Class LinkedGroup

  • All Implemented Interfaces:
    Group

    public class LinkedGroup
    extends java.lang.Object
    implements Group
    • Constructor Detail

      • LinkedGroup

        public LinkedGroup()
      • LinkedGroup

        public LinkedGroup​(LinkedGroup parent,
                           java.lang.Object value)
    • Method Detail

      • drillDown

        public Group drillDown​(java.lang.Object valueAt)
        Specified by:
        drillDown in interface Group
      • getLast

        public java.lang.Object getLast()
        Specified by:
        getLast in interface Group
      • getPath

        public java.lang.Object getPath​(int level)
        Specified by:
        getPath in interface Group
      • getPath

        public java.lang.Object[] getPath()
        Specified by:
        getPath in interface Group
      • getPathLength

        public int getPathLength()
        Specified by:
        getPathLength in interface Group
      • startsWith

        public boolean startsWith​(Group group)
        Specified by:
        startsWith in interface Group
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object