Class ObjectCube<T>

java.lang.Object
zombie.core.utils.ObjectCube<T>
All Implemented Interfaces:
Cloneable

public class ObjectCube<T> extends Object implements Cloneable
  • Constructor Details

    • ObjectCube

      public ObjectCube(int _width, int _height, int _depth)
      C'tor
  • Method Details

    • clone

      public ObjectCube<T> clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • clear

      public void clear()
    • fill

      public void fill(T object)
    • getValue

      public T getValue(int int1, int int2, int int3)
    • setValue

      public void setValue(int int1, int int2, int int3, T object)
    • getWidth

      public final int getWidth()
      Returns:
      the width
    • getHeight

      public final int getHeight()
      Returns:
      the height
    • getDepth

      public int getDepth()
      Returns:
      the depth