package collection
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class BoundedQueue[A] extends Queue[A]
- Annotations
- @SuppressWarnings()
Value Members
- object BoundedMap extends Serializable
A bounded hash map where the eldest entry gets evicted one a new entry causes the size to go over the max size.
A bounded hash map where the eldest entry gets evicted one a new entry causes the size to go over the max size. A callback can be defined to act on the removal of evicted items.
- object BoundedQueue extends Serializable
- object IterableUtil
- object MapsUtil
- object SeqUtil
- object TrieMapUtil