com.vladium.util
Class IntegerFactory

java.lang.Object
  extended bycom.vladium.util.IntegerFactory

public abstract class IntegerFactory
extends java.lang.Object

Author:
Vlad Roubtsov, (C) 2003

Field Summary
private static IntObjectMap s_values
           
 
Constructor Summary
private IntegerFactory()
           
 
Method Summary
static java.lang.Integer getInteger(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_values

private static final IntObjectMap s_values
Constructor Detail

IntegerFactory

private IntegerFactory()
Method Detail

getInteger

public static java.lang.Integer getInteger(int value)