Class SplitIndices

    • Field Detail

      • m_Name

        protected String m_Name
        the name.
      • m_Indices

        protected gnu.trove.list.TIntList m_Indices
        the indices.
    • Constructor Detail

      • SplitIndices

        public SplitIndices​(String name,
                            int[] indices)
        Initializes the indices.
        Parameters:
        name - the name for the indices
        indices - the indices to use
    • Method Detail

      • getName

        public String getName()
        Returns the name for the indices.
        Returns:
        the name
      • size

        public int size()
        Returns the number of indices stored.
        Returns:
        the number of indices
      • getIndices

        public int[] getIndices()
        Returns the indices.
        Returns:
        the indices in use
      • toString

        public String toString()
        Returns a short textual representation.
        Overrides:
        toString in class Object
        Returns:
        the representation