| Package | Description |
|---|---|
| com.vladsch.flexmark.util | |
| com.vladsch.flexmark.util.collection | |
| com.vladsch.flexmark.util.mappers |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Utils.ifNullOr(T receiver,
Computable<Boolean,T> condition,
T altValue) |
static <T> T |
Utils.ifNullOrNot(T receiver,
Computable<Boolean,T> condition,
T altValue) |
static <T> List<? extends T> |
Utils.stringSorted(Collection<? extends T> receiver,
Computable<String,T> stringer) |
| Modifier and Type | Field and Description |
|---|---|
static Computable<Class,Node> |
NodeCollectingVisitor.NODE_CLASSIFIER |
| Modifier and Type | Method and Description |
|---|---|
Computable<K,M> |
IndexedItemBitSetMap.getComputable() |
| Constructor and Description |
|---|
ClassificationBag(Computable<K,V> mapper) |
ClassificationBag(Computable<K,V> mapper,
CollectionHost<V> host) |
ClassificationBag(int capacity,
Computable<K,V> mapper) |
ClassificationBag(int capacity,
Computable<K,V> mapper,
CollectionHost<V> host) |
CopyOnWriteRef(T value,
Computable<T,T> cloner) |
IndexedItemBitSetMap(Computable<K,M> computable) |
IndexedItemBitSetMap(Computable<K,M> computable,
int capacity) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockClassifier |
class |
NodeClassifier |
class |
ObjectClassifier |
Copyright © 2019. All rights reserved.