Uses of Interface
de.scravy.bedrock.Mapping
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of Mapping in de.scravy.bedrock
Classes in de.scravy.bedrock that implement Mapping Modifier and Type Class Description classArrayMap<K extends Comparable<? super K>,V>A very simple immutable map that is backed by two arrays (one for the keys, one for the values).static classMapping.EmptyMapping<K,V>Methods in de.scravy.bedrock that return Mapping Modifier and Type Method Description static <K, V> Mapping<K,V>Mapping. empty()<K> Mapping<K,Seq<E>>Seq. toMap(Function<? super E,? extends K> groupingFunction)static <From, To> Mapping<From,To>Mapping. wrap(Map<From,To> map)Methods in de.scravy.bedrock with parameters of type Mapping Modifier and Type Method Description HHashAlgorithm. hashMap(Mapping<?,?> map)static <T> booleanParser. shuntingYard(Iterable<T> in, Consumer<T> out, Mapping<T,Integer> precedenceMap, Predicate<T> isLeftAssociative, Predicate<T> isLeftBracket, Predicate<T> isRightBracket)