Uses of Class
org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Entry
-
Packages that use LoadItemsChain.Entry Package Description org.eclipse.serializer.persistence.binary.types -
-
Uses of LoadItemsChain.Entry in org.eclipse.serializer.persistence.binary.types
Methods in org.eclipse.serializer.persistence.binary.types that return LoadItemsChain.Entry Modifier and Type Method Description protected abstract LoadItemsChain.EntryLoadItemsChain.Abstract. enqueueEntry(long objectId, LoadItemsChain.Entry link)protected LoadItemsChain.EntryLoadItemsChain.ChannelHashing. enqueueEntry(long objectId, LoadItemsChain.Entry link)protected LoadItemsChain.EntryLoadItemsChain.Simple. enqueueEntry(long objectId, LoadItemsChain.Entry link)Methods in org.eclipse.serializer.persistence.binary.types with parameters of type LoadItemsChain.Entry Modifier and Type Method Description protected abstract LoadItemsChain.EntryLoadItemsChain.Abstract. enqueueEntry(long objectId, LoadItemsChain.Entry link)protected LoadItemsChain.EntryLoadItemsChain.ChannelHashing. enqueueEntry(long objectId, LoadItemsChain.Entry link)protected LoadItemsChain.EntryLoadItemsChain.Simple. enqueueEntry(long objectId, LoadItemsChain.Entry link)Constructors in org.eclipse.serializer.persistence.binary.types with parameters of type LoadItemsChain.Entry Constructor Description ChainItemObjectIdSet(LoadItemsChain.Entry first)
-