Java API Reference for Oracle? Coherence Community Edition
(14.1.1.0.20)
-
- Type Parameters:
F
- the type of the element the Holder holds
T
- the type that the element should be converted to
- All Implemented Interfaces:
- Holder<T>, Serializable
- Enclosing class:
- ConverterCollections
public static class ConverterCollections.ConverterHolder<F,T>
extends Object
implements Holder<T>, Serializable
A Holder that converts the element before returning them.
-
-
Method Detail
-
get
public T get()
Description copied from interface: Holder
Return the held object.
- Specified by:
get
in interface Holder<T>
- Returns:
- the held object
-
set
public void set(T value)
Description copied from interface: Holder
Specify the held object.
- Specified by:
set
in interface Holder<T>
- Parameters:
value
- the object to hold
Java API Reference for Oracle? Coherence Community Edition
(14.1.1.0.20)
Copyright © 2000, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.