Package-level declarations

Types

Link copied to clipboard
A variant on java.util.HashMap<K, V> that uses primitive long ints for map keys instead of autoboxed Long objects like would be used for a Map<Long, V>.
Link copied to clipboard
A read-only set of unique primitive long values.