Package eu.bandm.tools.lljava.absy
Class Interval.Tree<A>
- Enclosing class:
- Interval
public static class Interval.Tree<A>
extends AbstractMap<Interval,A>
implements Map.Entry<Interval,A>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Tree
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
size
public int size() -
entrySet
-
containsKey
- Specified by:
containsKey
in interfaceMap<Interval,
A> - Overrides:
containsKey
in classAbstractMap<Interval,
A>
-
get
-
put
-
toString
- Overrides:
toString
in classAbstractMap<Interval,
A>
-