Uses of Interface
de.scravy.bedrock.HasLengthAtLeast
| Package | Description |
|---|---|
| de.scravy.bedrock | |
| de.scravy.bedrock.hlist |
-
Uses of HasLengthAtLeast in de.scravy.bedrock
Subinterfaces of HasLengthAtLeast in de.scravy.bedrock Modifier and Type Interface Description interfaceContainer<E>interfaceExtendedIterable<T>interfaceHasLengthinterfaceMapping<From,To>A Mapping from keys to values.Classes in de.scravy.bedrock that implement HasLengthAtLeast 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).classBox<T>A Box holding a mutable value.static classBox.DoubleBoxstatic classBox.IntBoxstatic classBox.LongBoxclassCons<E>static classMapping.EmptyMapping<K,V>classRingBuffer<E>classSeq<E>An immutable sequence.classSet<E extends Comparable<? super E>>classSpecificityTree<K extends HList<K>,V> -
Uses of HasLengthAtLeast in de.scravy.bedrock.hlist
Classes in de.scravy.bedrock.hlist that implement HasLengthAtLeast Modifier and Type Class Description classC<E,L extends HList<L>>classHList<This extends HList<This>>classNil