Class ViewIndex.ArrayInt

java.lang.Object
app.babylon.table.ViewIndex.ArrayInt
All Implemented Interfaces:
ViewIndex
Enclosing interface:
ViewIndex

public static final class ViewIndex.ArrayInt extends Object implements ViewIndex
  • Method Details

    • size

      public int size()
      Specified by:
      size in interface ViewIndex
    • isAllSet

      public boolean isAllSet()
      Specified by:
      isAllSet in interface ViewIndex
    • isSet

      public boolean isSet(int i)
      Specified by:
      isSet in interface ViewIndex
    • get

      public int get(int i)
      Specified by:
      get in interface ViewIndex
    • toArray

      public int[] toArray(int[] x)
      Specified by:
      toArray in interface ViewIndex
    • copy

      public ViewIndex copy()
      Specified by:
      copy in interface ViewIndex