|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.util.IntersectableMap<K,V>
be.SIRAPRISE.util.IntersectableLinkedHashMap<K,V>
K
- V
- public class IntersectableLinkedHashMap<K,V>
IntersectableLinkedHashMap is an extension of IntersectableMap that exposes the behaviour of a LinkedHashMap.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
IntersectableLinkedHashMap()
Initializes a LinkedHashMap of the default size |
|
IntersectableLinkedHashMap(int q)
Initializes a LinkedHashMap with an initial size that is given |
|
IntersectableLinkedHashMap(int q,
float loadFactor)
Initializes a LinkedHashMap with an initial size that is given |
|
IntersectableLinkedHashMap(int q,
float loadFactor,
boolean accessOrder)
Initializes a LinkedHashMap with an initial size that is given |
|
IntersectableLinkedHashMap(java.util.Map<? extends K,? extends V> m)
Initializes a LinkedHashMap with an initial size that is given |
Method Summary |
---|
Methods inherited from class be.SIRAPRISE.util.IntersectableMap |
---|
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, intersect, intersect, isEmpty, keySet, minus, minus, put, putAll, remove, size, toString, union, union, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntersectableLinkedHashMap()
public IntersectableLinkedHashMap(int q)
q
- the initial size of the mappublic IntersectableLinkedHashMap(int q, float loadFactor)
q
- the initial size of the maploadFactor
- the load factor.public IntersectableLinkedHashMap(int q, float loadFactor, boolean accessOrder)
q
- the initial size of the maploadFactor
- the load factor.accessOrder
- the ordering mode - true for access-order, false for insertion-order.public IntersectableLinkedHashMap(java.util.Map<? extends K,? extends V> m)
m
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |