Package klyn.collections
Contains 20 type(s).
Types
Interfaces
- Collection - A collection of elements.
- IList - Read-only ordered collection of elements.
- List - Ordered collection of elements.
- MapCollection - Base interface for associative collections.
- Set - Unordered collection of unique elements.
Classes
- Array - Fixed-size contiguous array.
- ArrayList - Resizable array list.
- ArrayListSync - Thread-safe resizable array list.
- ArraySync - Thread-safe fixed-size array.
- Generator - Materialized generator sequence.
- HashMap - Hash map implementation.
- HashMapSync - Thread-safe hash map implementation.
- HashSet - Hash set implementation.
- HashSetSync - Thread-safe hash set implementation.
- ImmutableList - Immutable homogeneous ordered collection.
- LinkedList - Ordered list with the full `List<T>` API.
- LinkedListSync - Thread-safe ordered list with the full `List<T>` API.
- Map - Balanced binary tree map.
- MapSync - Thread-safe balanced binary tree map.
- Tuple - Immutable positional tuple.