com.caucho.es
Class ConstIntMap

java.lang.Object
  |
  +--com.caucho.util.IntMap
        |
        +--com.caucho.es.ConstIntMap

public class ConstIntMap
extends IntMap


Fields inherited from class com.caucho.util.IntMap
NULL
 
Constructor Summary
ConstIntMap(int value)
           
 
Method Summary
 int get(java.lang.Object foo)
          Puts a new value in the property table with the appropriate flags
 
Methods inherited from class com.caucho.util.IntMap
clear, iterator, put, remove, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstIntMap

public ConstIntMap(int value)
Method Detail

get

public int get(java.lang.Object foo)
Description copied from class: IntMap
Puts a new value in the property table with the appropriate flags
Overrides:
get in class IntMap