| Package | Description |
|---|---|
| com.helger.commons.collection | |
| com.helger.commons.collection.impl |
| Class and Description |
|---|
| NonBlockingStack
A version of a stack that does not use
Vector but an
CommonsArrayList as the underlying data structure as opposed to
Stack. |
| Class and Description |
|---|
| AbstractSoftMap
Soft
Map implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.util |
| AbstractSoftMap.SoftValue
We define our own subclass of SoftReference which contains not only the
value but also the key to make it easier to find the entry in the HashMap
after it's been garbage collected.
|
| LoggingLRUMap
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
| LRUMap
A special ordered map, that has an upper limit of contained elements.
|
| LRUSet
A special ordered set, that has an upper limit of contained elements.
|
| NonBlockingStack
A version of a stack that does not use
Vector but an
CommonsArrayList as the underlying data structure as opposed to
Stack. |
| SingleElementList
Implementation of the
ICommonsList interface handling exactly one
element and no more! |
SingleElementMap
ICommonsMap implementation that can only keep 0 or 1 element. |
| WrappedList
This is a facade for a
List. |
| WrappedSet
This is a facade for a
Set. |
Copyright © 2014–2017 Philip Helger. All rights reserved.