| _intList | 
  | 
| _intSet | 
 Simple primitive int set implementation. 
 | 
| AbstractArrayCollection | 
  | 
| AbstractChainCollection | 
  | 
| AbstractChainEntry | 
  | 
| AbstractChainEntryLinked | 
  | 
| AbstractChainEntryLinkedHashed | 
  | 
| AbstractChainEntryLinkedKV | 
  | 
| AbstractChainEntryLinkedKVHashed | 
  | 
| AbstractChainKeyValueCollection | 
  | 
| AbstractChainKeyValueStorage | 
  | 
| AbstractChainStorage | 
  | 
| AbstractExtendedCollection | 
 This class is an implementation-internal for optional performance optimisation. 
 | 
| AbstractSectionedArrayCollection | 
  | 
| AbstractSimpleArrayCollection | 
  | 
| ArrayAccessor | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| ArrayAccessor.OldArrayAccessor | 
  | 
| ArrayCollector | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| ArrayCollector.OldArrayCollector | 
  | 
| ArrayView | 
Immutable implementation of extended collection type   XGettingList.  
 | 
| ArrayView.OldArrayView | 
  | 
| BinaryHandlerBulkList | 
  | 
| BinaryHandlerConstHashEnum | 
  | 
| BinaryHandlerConstHashTable | 
  | 
| BinaryHandlerConstList | 
  | 
| BinaryHandlerEqBulkList | 
  | 
| BinaryHandlerEqConstHashEnum | 
  | 
| BinaryHandlerEqConstHashTable | 
  | 
| BinaryHandlerEqHashEnum | 
  | 
| BinaryHandlerEqHashTable | 
  | 
| BinaryHandlerFixedList | 
  | 
| BinaryHandlerHashEnum | 
  | 
| BinaryHandlerHashTable | 
  | 
| BinaryHandlerLimitList | 
  | 
| BinaryHandlerSingleton | 
  | 
| BulkList | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| BulkList.OldBulkList | 
  | 
| ChainStorageStrong | 
  | 
| Collector | 
  | 
| Constant | 
 Immutable singleton dummy collection used to pass a single instance masked as a collection. 
 | 
| ConstHashEnum | 
  | 
| ConstHashTable | 
  | 
| ConstHashTable.Keys | 
  | 
| ConstHashTable.Values | 
  | 
| ConstLinearEnum | 
  | 
| ConstLinearEnum.OldConstEnum | 
  | 
| ConstList | 
Immutable implementation of extended collection type   XGettingList.  
 | 
| ConstList.OldConstList | 
  | 
| ConstMiniMap | 
 | 
| Empty | 
 Empty dummy collection to be used as a constant and stateless empty collection placeholder. 
 | 
| EmptyTable | 
  | 
| EnumProcessor | 
  | 
| EnumView | 
Wrapper class that reduces the services provided by any wrapped   XGettingEnum to only those of XGettingEnum, effectively making the wrapped   XGettingEnum instance immutable (or read-only)
 if used through an instance of this class.  
 | 
| EnumView.OldEnumView | 
  | 
| EqBulkList | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| EqBulkList.OldBulkList | 
  | 
| EqConstHashEnum | 
  | 
| EqConstHashTable | 
  | 
| EqConstHashTable.Keys | 
  | 
| EqConstHashTable.Values | 
  | 
| EqConstList | 
Immutable implementation of extended collection type   XGettingList.  
 | 
| EqConstList.OldConstList | 
  | 
| EqHash2DMap | 
  | 
| EqHashEnum | 
  | 
| EqHashEnum.OldVarSet | 
  | 
| EqHashTable | 
  | 
| EqHashTable.Keys | 
  | 
| EqHashTable.Keys.OldKeys | 
  | 
| EqHashTable.Values | 
  | 
| EqHashTable.Values.OldValues | 
  | 
| FixedList | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| FixedList.OldFixedList | 
  | 
| HashEnum | 
  | 
| HashEnum.OldVarSet | 
  | 
| HashMapIdObject | 
 Primitive (read: fast) synchronized pseudo map implementation that maps long id values to weakly referenced objects. 
 | 
| HashMapObjectId | 
 Primitive (read: fast) synchronized pseudo map implementation that maps long id values to weakly referenced objects. 
 | 
| HashTable | 
  | 
| HashTable.Keys | 
  | 
| HashTable.Keys.OldKeys | 
  | 
| HashTable.Values | 
  | 
| HashTable.Values.OldValues | 
  | 
| IndexExceededException | 
 Why is it that one has to write every piece of the JDK in "proper" oneself?
 Providing the essential describing values of a problem in a structed form is essential
 for both programmatic and manual processing, not a personal flavor. 
 | 
| LimitList | 
Full scale general purpose implementation of extended collection type   XList.  
 | 
| LimitList.OldLimitList | 
  | 
| ListAccessor | 
Wrapper class that reduces the services provided by any wrapped   XSettingList to only those of XSettingList, effectively making the wrapped   XSettingList instance structural unmodifiable
 if used through an instance of this class.  
 | 
| ListAccessor.OldListAccessor | 
  | 
| ListProcessor | 
  | 
| ListProcessor.OldListProcessor | 
  | 
| ListView | 
Wrapper class that reduces the services provided by any wrapped   XGettingList to only those of XGettingList, effectively making the wrapped   XGettingList instance immutable (or read-only)
 if used through an instance of this class.  
 | 
| ListView.OldListView | 
  | 
| LockedAdder | 
  | 
| LockedCollection | 
  | 
| LockedCollection.OldMutexCollection | 
  | 
| LockedGettingMap | 
  | 
| LockedList | 
  | 
| LockedList.OldMutexList | 
  | 
| LockedMap | 
  | 
| MapEntriesConcatenator | 
Configurable   KeyValue to-String concatenator.  
 | 
| MiniMap | 
 Straight forward minimal implementation of a strongly referencing identity hashing map. 
 | 
| MutexSet | 
  | 
| MutexSet.OldMutexSet | 
  | 
| SetView | 
Wrapper class that reduces the services provided by any wrapped   XGettingSet to only those of XGettingSet, effectively making the wrapped   XGettingSet instance immutable (or read-only)
 if used through an instance of this class.  
 | 
| SetView.OldSetView | 
  | 
| Single | 
  | 
| Singleton | 
 Singleton dummy collection used to pass a single instance masked as a collection. 
 | 
| SingletonView | 
  | 
| SubCollector | 
  | 
| SubList | 
  | 
| SubListAccessor | 
  | 
| SubListProcessor | 
  | 
| SubListView | 
  | 
| SubProcessor | 
  | 
| SubView | 
  | 
| SynchAdder | 
  | 
| SynchCollection | 
Synchronization wrapper class that wraps an   XCollection instance in public synchronized delegate methods.  
 | 
| SynchCollection.OldSynchCollection | 
  | 
| SynchList | 
Synchronization wrapper class that wraps an   XList instance in public synchronized delegate methods.  
 | 
| SynchList.OldSynchList | 
  | 
| SynchSet | 
Synchronization wrapper class that wraps an   XSet instance in public synchronized delegate methods.  
 | 
| SynchSet.OldSynchSet | 
  | 
| TableView | 
  | 
| View | 
  |