org.exoplatform.services.text.unicode
Class IntHashtable

java.lang.Object
  extended by org.exoplatform.services.text.unicode.IntHashtable

public class IntHashtable
extends java.lang.Object

Integer hash table. Uses Java Hashtable for now.

Author:
Mark Davis

Constructor Summary
IntHashtable(int defaultValue)
           
 
Method Summary
 int get(int key)
           
 void put(int key, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHashtable

public IntHashtable(int defaultValue)
Method Detail

put

public void put(int key,
                int value)

get

public int get(int key)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.