Package | Description |
---|---|
javaslang | |
javaslang.collection |
Purely functional collections based on Traversable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Kind2<TYPE extends Kind2<TYPE,?,?>,T1,T2>
Recursive self type representing
TYPE<T1, T2> , which allows similar behavior to higher-kinded types. |
Modifier and Type | Class and Description |
---|---|
class |
HashMap<K,V>
An immutable
HashMap implementation based on a
Hash array mapped trie (HAMT). |
class |
LinkedHashMap<K,V>
An immutable
LinkedHashMap implementation. |
class |
TreeMap<K,V>
SortedMap implementation, backed by a Red/Black Tree.
|
Copyright © 2017. All Rights Reserved.