jwutil.collections
Interface IndexedMap

All Known Implementing Classes:
IndexMap

public interface IndexedMap

Interface for an indexed map. An indexed map provides a mapping between elements and (integer) indices.

Version:
$Id: IndexedMap.java 1934 2004-09-27 22:42:35Z joewhaley $
Author:
jwhaley

Method Summary
 boolean contains(java.lang.Object o)
           
 void dump(java.io.BufferedWriter out)
           
 void dumpStrings(java.io.BufferedWriter out)
           
 java.lang.Object get(int i)
           
 int get(java.lang.Object o)
           
 java.util.Iterator iterator()
           
 int size()
           
 

Method Detail

get

int get(java.lang.Object o)

get

java.lang.Object get(int i)

contains

boolean contains(java.lang.Object o)

iterator

java.util.Iterator iterator()

size

int size()

dump

void dump(java.io.BufferedWriter out)
          throws java.io.IOException
Throws:
java.io.IOException

dumpStrings

void dumpStrings(java.io.BufferedWriter out)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.