homology.f2homology
K
- the index typepublic class F2Vector<K> extends java.util.TreeMap<K,F2>
Constructor and Description |
---|
F2Vector()
Creates a new empty F2Vector.
|
F2Vector(java.util.Map<K,F2> map)
Creates an F2Vector from a Map to F2.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(F2Vector<K> vector)
Compares the specified F2Vector with this F2Vector for equality.
|
int |
length()
Returns the length of this F2Vector.
|
F2[] |
toArray()
Returns the array associated with this F2Vector.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
public F2[] toArray()
public int length()