Package lumis.util.collections
-
Interface Summary Interface Description IItemFilter<T> Item filter interface for filtering operationsIStringify<Type> Interface that provides a method of converting a given object in a string representation.Maps.IMapBuilder<K,V> Map builder.Transformer<From,To> Defines method to transform an item in another one. -
Class Summary Class Description Collections Collection utilities methods.DummyStringfy<T> Dummy stringfy that uses the object'stoString()
to generate the message.JSONArrayCollector<T> Collector that joins a stream into a JSONArray.Lists List utility methods.Maps Provides utility methods formaps
.Sets Provides operations oversets
.Tuple2<A,B> Two-object holder.Tuple3<A,B,C> Three-object holder.