|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.ClassLoader
com.tangosol.util.NullImplementation
public class NullImplementation
A collection of classes that do nothing. For each class implemented, a factory method will exist following the naming convention "get" plus the class or interface name.
| Nested Class Summary | |
|---|---|
static class |
NullImplementation.NullActionPolicyAn implementation of an ActionPolicy that allows all actions. |
static class |
NullImplementation.NullBackingMapManagerContextAn implementation of BackingMapManagerContext that does nothing. |
static class |
NullImplementation.NullConverterA Converter that does nothing. |
static class |
NullImplementation.NullDeltaCompressorAn implementation of a DeltaCompressor that does nothing and always returns the new stream. |
static class |
NullImplementation.NullEntryProcessorAn implementation of an EntryProcessor that does nothing and returns Boolean.TRUE as a result of execution. |
static class |
NullImplementation.NullEnumeratorAn empty enumerator. |
static class |
NullImplementation.NullFlatRegistryA FlatRegistry that contains nothing. |
static class |
NullImplementation.NullMapA Map that contains nothing and does nothing. |
static class |
NullImplementation.NullObservableMapAn immutable ObservableMap which contains nothing. |
static class |
NullImplementation.NullOutputStreamAn OutputStream that does basically nothing. |
static class |
NullImplementation.NullPofContextAn implementation of PofContext that does nothing. |
static class |
NullImplementation.NullPofHandlerAn implementation of PofHandler that does nothing. |
static class |
NullImplementation.NullSetAn immutable set which contains nothing. |
static class |
NullImplementation.NullValueExtractorA ValueExtractor that always results in the passed-in value. |
static class |
NullImplementation.NullWriterA writer that does basically nothing. |
| Method Summary | |
|---|---|
static ActionPolicy |
getActionPolicy()Factory method: Obtain a null implementation of an ActionPolicy. |
static BackingMapManagerContext |
getBackingMapManagerContext()Factory method: Obtain a null implementation of a BackingMapManagerContext. |
static ClassLoader |
getClassLoader()Factory method: Obtain a null implementation of a ClassLoader. |
static Converter |
getConverter()Factory method: Obtain a null implementation of a Converter. |
static DataOutput |
getDataOutput()Factory method: Obtain a null implementation of a DataOutput. |
static DeltaCompressor |
getDeltaCompressor()Factory method: Obtain a null implementation of a DeltaCompressor. |
static InvocableMap.EntryProcessor |
getEntryProcessor()Factory method: Obtain a null implementation of an EntryProcessor. |
static Enumeration |
getEnumeration()Returns an instance of the null enumerator. |
static FlatRegistry |
getFlatRegistry()Factory method: Obtain a null implementation of a FlatRegistry. |
static Iterator |
getIterator()Returns an instance of the null iterator. |
static Map |
getMap()Returns an instance of the NullMap. |
static ObservableMap |
getObservableMap()Returns an instance of the NullObservableMap. |
static OutputStream |
getOutputStream()Factory method: Obtain a null implementation of a OutputStream. |
static PofContext |
getPofContext()Factory method: Obtain a null implementation of a PofContext. |
static PofHandler |
getPofHandler()Factory method: Obtain a null implementation of a PofHandler. |
static Set |
getSet()Returns an instance of the NullSet. |
static ValueExtractor |
getValueExtractor()Factory method: Obtain a null implementation of a ValueExtractor. |
static Writer |
getWriter()Factory method: Obtain a null implementation of a Writer. |
| Method Detail |
|---|
public static Enumeration getEnumeration()
public static Iterator getIterator()
public static Set getSet()
public static Map getMap()
public static ObservableMap getObservableMap()
public static Writer getWriter()
public static OutputStream getOutputStream()
public static DataOutput getDataOutput()
public static Converter getConverter()
public static ValueExtractor getValueExtractor()
public static ClassLoader getClassLoader()
public static FlatRegistry getFlatRegistry()
public static PofContext getPofContext()
public static PofHandler getPofHandler()
public static BackingMapManagerContext getBackingMapManagerContext()
public static InvocableMap.EntryProcessor getEntryProcessor()
public static DeltaCompressor getDeltaCompressor()
public static ActionPolicy getActionPolicy()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||