freemind.controller.filter.util
Class SortedMapVector

java.lang.Object
  extended by freemind.controller.filter.util.SortedMapVector

public class SortedMapVector
extends java.lang.Object

Author:
Dimitri Polivaev 18.06.2005

Constructor Summary
SortedMapVector()
           
 
Method Summary
 int add(java.lang.Comparable key, java.lang.Object value)
           
 int capacity()
           
 void clear()
           
 boolean containsKey(java.lang.Comparable key)
           
 java.lang.Comparable getKey(int index)
           
 java.lang.Object getValue(java.lang.Comparable key)
           
 java.lang.Object getValue(int index)
           
 int indexOf(java.lang.Comparable key)
           
 boolean remove(java.lang.Comparable key)
           
 void remove(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedMapVector

public SortedMapVector()
Method Detail

add

public int add(java.lang.Comparable key,
               java.lang.Object value)

capacity

public int capacity()

clear

public void clear()

getValue

public java.lang.Object getValue(int index)

getValue

public java.lang.Object getValue(java.lang.Comparable key)

getKey

public java.lang.Comparable getKey(int index)

containsKey

public boolean containsKey(java.lang.Comparable key)

indexOf

public int indexOf(java.lang.Comparable key)

remove

public boolean remove(java.lang.Comparable key)

remove

public void remove(int index)

size

public int size()