Class AbstractPositions<T extends Positions>

    • Method Detail

      • children

        public List<T> children()
        Description copied from interface: Positions
        Return this position children Positions.
        Specified by:
        children in interface Positions
        Returns:
        Iterable of Positions.
      • size

        public int size()
        Description copied from interface: Positions
        The size of this positions. The semantic changes between different implementation of Positions.
        Specified by:
        size in interface Positions
        Returns:
        int.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object