jd.util
Interface KeyList

All Known Implementing Classes:
SimpleKeyList

public interface KeyList

Key represents a sorted list of text-value pairs.


Method Summary
 String getText(int index)
           
 Object getValue(int index)
           
 int indexOf(Object value)
           
 int size()
           
 

Method Detail

size

public int size()

indexOf

public int indexOf(Object value)

getValue

public Object getValue(int index)

getText

public String getText(int index)