Package one.microstream.reference
Class LinkingReferencing.Default<T>
- java.lang.Object
- 
- one.microstream.collections.Constant<T>
- 
- one.microstream.reference.LinkingReferencing.Default<T>
 
 
- 
- All Implemented Interfaces:
- Iterable<T>,- CapacityCarrying,- ExtendedBag<T>,- ExtendedCollection<T>,- ExtendedList<T>,- ExtendedSequence<T>,- Sized,- XGettingBag<T>,- XGettingCollection<T>,- XGettingEnum<T>,- XGettingList<T>,- XGettingSequence<T>,- XGettingSet<T>,- XImmutableBag<T>,- XImmutableCollection<T>,- XImmutableEnum<T>,- XImmutableList<T>,- XImmutableSequence<T>,- XImmutableSet<T>,- XIndexIterable<T>,- XIterable<T>,- XJoinable<T>,- XReferencing<T>,- ThreadSafe,- HashImmutable,- LinkingReferencing<T>,- Referencing<T>,- Copyable,- Immutable
 - Enclosing interface:
- LinkingReferencing<T>
 
 public static class LinkingReferencing.Default<T> extends Constant<T> implements LinkingReferencing<T> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface one.microstream.typing.CopyableCopyable.Static
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollectionExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
 - 
Nested classes/interfaces inherited from interface one.microstream.reference.LinkingReferencingLinkingReferencing.ChainIterator<T>, LinkingReferencing.Default<T>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingCollectionXGettingCollection.Creator<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingEnumXGettingEnum.Creator<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingListXGettingList.Factory<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSequenceXGettingSequence.Factory<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSetXGettingSet.Creator<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XImmutableEnumXImmutableEnum.Factory<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XImmutableListXImmutableList.Factory<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterableXIterable.Executor<E>
 
- 
 - 
Method Summary- 
Methods inherited from class one.microstream.collections.Constantapplies, at, contains, containsAll, containsId, containsSearched, copy, copySelection, copyTo, count, countBy, distinct, distinct, equality, equals, equalsContent, except, filterTo, first, get, hasVolatileElements, immure, indexBy, indexOf, intersect, isEmpty, isFull, isSorted, iterate, iterateIndexed, join, last, lastIndexBy, lastIndexOf, listIterator, listIterator, max, maximumCapacity, maxIndex, min, minIndex, nullAllowed, nullContained, old, peek, poll, range, remainingCapacity, scan, search, seek, size, toArray, toReversed, union, view, view
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface one.microstream.hashing.HashImmutableequals, hashCode
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 - 
Methods inherited from interface one.microstream.reference.Referencingget
 - 
Methods inherited from interface one.microstream.collections.types.XGettingCollectionequals, hashCode, intSize
 - 
Methods inherited from interface one.microstream.collections.types.XGettingSequencehasIndex
 
- 
 
- 
- 
- 
Constructor Detail- 
Defaultpublic Default(T ref) - Parameters:
- ref-
 
 
- 
 - 
Method Detail- 
nextpublic LinkingReferencing<T> next() - Specified by:
- nextin interface- LinkingReferencing<T>
 
 - 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- LinkingReferencing<T>
 
 - 
isNextpublic boolean isNext(LinkingReferencing<T> linkedReference) - Specified by:
- isNextin interface- LinkingReferencing<T>
- Parameters:
- linkedReference-
 
 - 
toArraypublic Object[] toArray() - Specified by:
- toArrayin interface- LinkingReferencing<T>
- Specified by:
- toArrayin interface- XGettingCollection<T>
- Specified by:
- toArrayin interface- XReferencing<T>
- Overrides:
- toArrayin class- Constant<T>
 
 - 
toStringpublic String toString() - Specified by:
- toStringin interface- LinkingReferencing<T>
- Overrides:
- toStringin class- Object
- See Also:
- Object.toString()
 
 - 
toChainStringpublic String toChainString() - Specified by:
- toChainStringin interface- LinkingReferencing<T>
- See Also:
- LinkingReferencing.toChainString()
 
 
- 
 
-