Class Util.Multimap_LTree<A,B>

All Implemented Interfaces:
Multimap<A,B>, Serializable, Iterable<Map.Entry<A,B>>, Collection<Map.Entry<A,B>>, BiPredicate<A,B>, Set<Map.Entry<A,B>>
Enclosing class:
Util

public static class Util.Multimap_LTree<A,B> extends MapMultimap<A,B>
Employed for the central map from a "naturally" ordered arithmetic type (like Rational, BigInteger, etc.) to Tp objects representing time points, allowing their time-respecting traversal.
See Also: