Class LoadItemsChain.Simple
- java.lang.Object
-
- org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Abstract
-
- org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Simple
-
- All Implemented Interfaces:
org.eclipse.serializer.collections.interfaces.Sized,org.eclipse.serializer.functional._longIterable,LoadItemsChain,PersistenceIdSet
- Enclosing interface:
- LoadItemsChain
public static final class LoadItemsChain.Simple extends LoadItemsChain.Abstract implements PersistenceIdSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.binary.types.LoadItemsChain
LoadItemsChain.Abstract, LoadItemsChain.ChannelHashing, LoadItemsChain.Entry, LoadItemsChain.Simple
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceIdSet
PersistenceIdSet.Default
-
-
Constructor Summary
Constructors Constructor Description Simple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclearChain()protected LoadItemsChain.EntryenqueueEntry(long objectId, LoadItemsChain.Entry link)PersistenceIdSet[]getObjectIdSets()voiditerate(org.eclipse.serializer.functional._longProcedure iterator)-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Abstract
addLoadItem, clear, containsLoadItem, isEmpty, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.serializer.persistence.types.PersistenceIdSet
size
-
-
-
-
Method Detail
-
clearChain
protected final void clearChain()
- Specified by:
clearChainin classLoadItemsChain.Abstract
-
enqueueEntry
protected final LoadItemsChain.Entry enqueueEntry(long objectId, LoadItemsChain.Entry link)
- Specified by:
enqueueEntryin classLoadItemsChain.Abstract
-
getObjectIdSets
public final PersistenceIdSet[] getObjectIdSets()
- Specified by:
getObjectIdSetsin interfaceLoadItemsChain
-
iterate
public void iterate(org.eclipse.serializer.functional._longProcedure iterator)
- Specified by:
iteratein interfaceorg.eclipse.serializer.functional._longIterable- Specified by:
iteratein interfacePersistenceIdSet
-
-