Package io.github.bakedlibs.dough.collections
package io.github.bakedlibs.dough.collections
This package provides some utilities related to
Collections.
And also a few pseudo-collections.-
ClassDescriptionUtilities for deep-copying collections, maps and arraysLoopIterator<T>This is an infite implementation of
Iterator.OptionalMap<K,V> This Class functions similar toMapbut returns an Optional when callingOptionalMap.get(Object).OptionalPair<P,S> Pair<P,S> This Class represents a collection of elements.Streamable<T>WeightedNode<T>