| Package | Description |
|---|---|
| de.tsl2.nano.collection |
| Class and Description |
|---|
| Entry
part of
MapEntrySet. as the hashmap implementation doesn't make Map.Entry serializable, we have to write our
own entry class. |
| PersistableSingelton
simple base class for a stored object as singelton.
|
| PersistentCache
application cache to store simple data. uses an own
ReferenceMap with weak keys to avoid out-of-memory errors. |
| ReferenceMap |
| SegmentList
"@deprecated" please use
FloatArray dynamic array using an ArrayList as segmentation store. the
segments are object arrays. were created as a base for fast primitive segmentation arrays, but it is not faster than
the origin ArrayList. because of constraint java generics, it is not possible to use with primitives. |
| TableList
Defines a table of values.
|
Copyright © 2012–2018. All rights reserved.