| Package | Description |
|---|---|
| com.vladsch.flexmark.util.collection |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<K,ComputableFactory<I,P>> |
KeyedItemFactoryMap.factoryMap |
protected HashMap<ComputableFactory<I,P>,I> |
ItemFactoryMap.itemMap |
| Modifier and Type | Method and Description |
|---|---|
ComputableFactory<I,P> |
KeyedItemFactoryMap.get(Object o) |
ComputableFactory<I,P> |
KeyedItemFactoryMap.put(K k,
ComputableFactory<I,P> factory) |
ComputableFactory<I,P> |
KeyedItemFactoryMap.remove(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,ComputableFactory<I,P>>> |
KeyedItemFactoryMap.entrySet() |
Set<Map.Entry<ComputableFactory<I,P>,I>> |
ItemFactoryMap.entrySet() |
Set<ComputableFactory<I,P>> |
ItemFactoryMap.keySet() |
Collection<ComputableFactory<I,P>> |
KeyedItemFactoryMap.values() |
| Modifier and Type | Method and Description |
|---|---|
I |
ItemFactoryMap.getItem(ComputableFactory<I,P> factory) |
I |
ItemFactoryMap.put(ComputableFactory<I,P> factory,
I i) |
ComputableFactory<I,P> |
KeyedItemFactoryMap.put(K k,
ComputableFactory<I,P> factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemFactoryMap.putAll(Map<? extends ComputableFactory<I,P>,? extends I> map) |
void |
KeyedItemFactoryMap.putAll(Map<? extends K,? extends ComputableFactory<I,P>> map) |
Copyright © 2018. All rights reserved.