Package zombie
Class IntArrayCache
java.lang.Object
zombie.IntArrayCache
public class IntArrayCache
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static IntArrayCache
instance
-
Constructor Summary
Constructors Constructor Description IntArrayCache()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
IntArrayCache
public IntArrayCache()
-
-
Method Details
-
Init
public void Init() -
put
public void put(java.lang.Integer[] integerArray) -
get
public java.lang.Integer[] get(int int1)
-