| java.lang.Object com.ibm.icu.dev.test.normalizer.IntHashtable
IntHashtable | public class IntHashtable (Code) | | Copyright (C) 1998-2003, International Business Machines Corporation and *
Unicode, Inc. All Rights Reserved. *
Integer hash table. Uses Java Hashtable for now.
author: Mark Davis |
Method Summary | |
public int | get(int key) | public void | put(int key, int value) |
IntHashtable | public IntHashtable(int defaultValue)(Code) | | |
get | public int get(int key)(Code) | | |
put | public void put(int key, int value)(Code) | | |
|
|