Package com.jcabi.immutable
Simple immutable collections, maps, sets, etc.
The only dependency you need is (check our latest version available at www.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-immutable</artifactId> </dependency>
- Since:
- 0.1.10
- Version:
- $Id: 6376173ba1acca7bff6f3c5797e7ed5b928fda2f $
- Author:
- Yegor Bugayenko (yegor@tpc2.com)
- See Also:
- project website
-
Interface Summary Interface Description ArrayComparator<T> Comparator for arrays. -
Class Summary Class Description Array<T> Array as an object.ArrayComparator.Default<T> Default comparator.ArrayComparator.Neutral<T> Neutral comparator (never compares).ArrayComparator.Reverse<T extends Comparable<T>> Reverse comparator.ArrayMap<K,V> Map on top of array.ArraySet<T> Set on top of array.ArraySortedSet<T> Sorted Set on top of array.