Package one.microstream.collections.old
Interface OldCollection<E>
- All Superinterfaces:
- Collection<E>,- Iterable<E>
- All Known Subinterfaces:
- OldList<E>,- OldSet<E>,- OldSingle<E>,- XBasicTable.EntriesBridge<K,V>,- XChart.EntriesBridge<K,V>,- XGettingMap.EntriesBridge<K,V>,- XGettingTable.EntriesBridge<K,V>,- XImmutableMap.EntriesBridge<K,V>,- XImmutableTable.EntriesBridge<K,V>,- XMap.EntriesBridge<K,V>,- XTable.EntriesBridge<K,V>
- All Known Implementing Classes:
- AbstractBridgeXList,- AbstractBridgeXSet,- AbstractOldGettingList,- AbstractOldGettingSet,- AbstractOldRemovingList,- AbstractOldSettingList,- ArrayAccessor.OldArrayAccessor,- ArrayCollector.OldArrayCollector,- ArrayView.OldArrayView,- BridgeXCollection,- BulkList.OldBulkList,- ConstLinearEnum.OldConstEnum,- ConstList.OldConstList,- EnumView.OldEnumView,- EqBulkList.OldBulkList,- EqConstList.OldConstList,- EqHashEnum.OldVarSet,- EqHashTable.Keys.OldKeys,- EqHashTable.Values.OldValues,- FixedList.OldFixedList,- HashEnum.OldVarSet,- HashTable.Keys.OldKeys,- HashTable.Values.OldValues,- LimitList.OldLimitList,- ListAccessor.OldListAccessor,- ListProcessor.OldListProcessor,- ListView.OldListView,- LockedCollection.OldMutexCollection,- LockedList.OldMutexList,- MutexSet.OldMutexSet,- SetView.OldSetView,- SynchCollection.OldSynchCollection,- SynchList.OldSynchList,- SynchSet.OldSynchSet
public interface OldCollection<E> extends Collection<E>
- 
Method SummaryModifier and Type Method Description default voidbla()XGettingCollection<E>parent()default <T> T[]toArray(T[] target)Methods inherited from interface java.util.Collectionadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
- 
Method Details- 
parentXGettingCollection<E> parent()
- 
toArraydefault <T> T[] toArray(T[] target)- Specified by:
- toArrayin interface- Collection<E>
 
- 
bladefault void bla()
 
-