| Package | Description |
|---|---|
| com.vladsch.flexmark.util | |
| com.vladsch.flexmark.util.collection |
| Modifier and Type | Class and Description |
|---|---|
class |
Pair<K,V> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OrderedMultiMap.putKeyValuePair(Paired<K,V> e) |
boolean |
OrderedMultiMap.putValueKeyPair(Paired<V,K> e) |
| Constructor and Description |
|---|
OrderedMultiMap(CollectionHost<Paired<K,V>> host) |
OrderedMultiMap(int capacity,
CollectionHost<Paired<K,V>> host) |
Copyright © 2019. All rights reserved.