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 classArrayCollector<E>Full scale general purpose implementation of extended collection typeXList.classBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classLockedList<E>classSingle<E>classSubCollector<E>classSubList<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance 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 interfaceXAddingSortation<E>interfaceXChart<K,V>static interfaceXChart.Keys<K,V>interfaceXLadder<E>interfaceXPutGetSortation<E>interfaceXPuttingSortation<E>interfaceXRank<E>interfaceXSortation<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 interfaceXAddingEnum<E>interfaceXAddingList<E>interfaceXAddingTable<K,V>interfaceXBasicEnum<E>interfaceXBasicList<E>interfaceXBasicSequence<E>Intermediate sequence type providing getting, adding, removing concerns to act as a common super type forXSequenceandXSortation.interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>interfaceXEnum<E>interfaceXExpandingEnum<E>interfaceXExpandingList<E>interfaceXExpandingSequence<E>interfaceXExtendingEnum<E>interfaceXExtendingList<E>interfaceXExtendingSequence<E>interfaceXIncreasingEnum<E>interfaceXIncreasingList<E>interfaceXIncreasingSequence<E>interfaceXInputtingEnum<E>interfaceXInputtingList<E>interfaceXInputtingSequence<E>interfaceXInsertingEnum<E>interfaceXInsertingList<E>interfaceXInsertingSequence<E>interfaceXList<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.
AllXListimplementations have to haveRandomAccessbehavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interfaceXPutGetEnum<E>interfaceXPutGetList<E>interfaceXPutGetSequence<E>interfaceXPuttingEnum<E>interfaceXPuttingList<E>interfaceXPuttingSequence<E>interfaceXSequence<E>Level 1 collection type defining the single demand for the collection's elements to be ordered.interfaceXTable<K,V>static interfaceXTable.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 voidPersistenceTypeDictionaryBuilder. buildDefinitionMembers(PersistenceTypeDefinitionMemberCreator memberCreator, PersistenceTypeDescription typeDescription, XAddingSequence<? super PersistenceTypeDefinitionMember> allMembers, XAddingSequence<? super PersistenceTypeDefinitionMember> instanceMembers)static voidPersistenceTypeAnalyzer.Default. iterateInstanceFields(Class<?> entityType, PersistenceFieldEvaluator isPersistable, PersistenceFieldEvaluator isPersisterField, XPrependingSequence<Field> persistableFields, XPrependingSequence<Field> persisterFields, PersistenceFieldEvaluator isProblematic, XAddingSequence<Field> problematicFields)