Uses of Interface
one.microstream.collections.types.XAddingSequence
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types | |
one.microstream.persistence.types |
-
Uses of XAddingSequence in one.microstream.collections
Classes in one.microstream.collections that implement XAddingSequence Modifier and Type Class Description class
ArrayCollector<E>
Full scale general purpose implementation of extended collection typeXList
.class
BulkList<E>
Full scale general purpose implementation of extended collection typeXList
.class
EqBulkList<E>
Full scale general purpose implementation of extended collection typeXList
.class
EqHashEnum<E>
class
EqHashTable<K,V>
class
EqHashTable.Keys
class
HashEnum<E>
class
HashTable<K,V>
class
HashTable.Keys
class
LimitList<E>
Full scale general purpose implementation of extended collection typeXList
.class
LockedList<E>
class
Single<E>
class
SubCollector<E>
class
SubList<E>
class
SynchList<E>
Synchronization wrapper class that wraps anXList
instance in public synchronized delegate methods. -
Uses of XAddingSequence in one.microstream.collections.sorting
Subinterfaces of XAddingSequence in one.microstream.collections.sorting Modifier and Type Interface Description interface
XAddingSortation<E>
interface
XChart<K,V>
static interface
XChart.Keys<K,V>
interface
XLadder<E>
interface
XPutGetSortation<E>
interface
XPuttingSortation<E>
interface
XRank<E>
interface
XSortation<E>
Actually being a "Collation" (a collection of elements to which a sortation is applied), this type has been named "Sortation" nevertheless to avoid the mistakable similarity to the basic collection type "Collection" in reading, writing, talking and IntelliSense filtering. -
Uses of XAddingSequence in one.microstream.collections.types
Subinterfaces of XAddingSequence in one.microstream.collections.types Modifier and Type Interface Description interface
XAddingEnum<E>
interface
XAddingList<E>
interface
XAddingTable<K,V>
interface
XBasicEnum<E>
interface
XBasicList<E>
interface
XBasicSequence<E>
Intermediate sequence type providing getting, adding, removing concerns to act as a common super type forXSequence
andXSortation
.interface
XBasicTable<K,V>
static interface
XBasicTable.Keys<K,V>
interface
XEnum<E>
interface
XExpandingEnum<E>
interface
XExpandingList<E>
interface
XExpandingSequence<E>
interface
XExtendingEnum<E>
interface
XExtendingList<E>
interface
XExtendingSequence<E>
interface
XIncreasingEnum<E>
interface
XIncreasingList<E>
interface
XIncreasingSequence<E>
interface
XInputtingEnum<E>
interface
XInputtingList<E>
interface
XInputtingSequence<E>
interface
XInsertingEnum<E>
interface
XInsertingList<E>
interface
XInsertingSequence<E>
interface
XList<E>
Extended List interface with a ton of badly needed list procedures like distinction between identity and equality element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods, etc.
AllXList
implementations have to haveRandomAccess
behavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interface
XPutGetEnum<E>
interface
XPutGetList<E>
interface
XPutGetSequence<E>
interface
XPuttingEnum<E>
interface
XPuttingList<E>
interface
XPuttingSequence<E>
interface
XSequence<E>
Level 1 collection type defining the single demand for the collection's elements to be ordered.interface
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XAddingSequence Modifier and Type Method Description XAddingSequence<E>
XAddingSequence. addAll(E... elements)
XAddingSequence<E>
XAddingSequence. addAll(E[] elements, int srcStartIndex, int srcLength)
XAddingSequence<E>
XAddingSequence. addAll(XGettingCollection<? extends E> elements)
XAddingSequence<E>
XAddingSequence.Creator. newInstance()
-
Uses of XAddingSequence in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type XAddingSequence Modifier and Type Method Description static void
PersistenceTypeDictionaryBuilder. buildDefinitionMembers(PersistenceTypeDefinitionMemberCreator memberCreator, PersistenceTypeDescription typeDescription, XAddingSequence<? super PersistenceTypeDefinitionMember> allMembers, XAddingSequence<? super PersistenceTypeDefinitionMember> instanceMembers)
static void
PersistenceTypeAnalyzer.Default. iterateInstanceFields(Class<?> entityType, PersistenceFieldEvaluator isPersistable, PersistenceFieldEvaluator isPersisterField, XPrependingSequence<Field> persistableFields, XPrependingSequence<Field> persisterFields, PersistenceFieldEvaluator isProblematic, XAddingSequence<Field> problematicFields)