net.sf.saxon.codenorm
Class IntHashtable

java.lang.Object
  extended bynet.sf.saxon.codenorm.IntHashtable

public class IntHashtable
extends java.lang.Object

Integer hash table. Uses Java Hashtable in stub version Copyright (c) 1991-2005 Unicode, Inc. For terms of use, see http://www.unicode.org/terms_of_use.html For documentation, see UAX#15.


Constructor Summary
IntHashtable(int defaultValue, int initialSize)
           
 
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,
                    int initialSize)
Method Detail

put

public void put(int key,
                int value)

get

public int get(int key)