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

    Modifier and Type Method Description
    java.lang.Integer[] get​(int size)  
    void Init()  
    void put​(java.lang.Integer[] array)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • IntArrayCache

      public IntArrayCache()
  • Method Details

    • Init

      public void Init()
    • put

      public void put​(java.lang.Integer[] array)
    • get

      public java.lang.Integer[] get​(int size)