Class BooleanList

    • Constructor Detail

      • BooleanList

        public BooleanList()
        Creates a new list.
    • Method Detail

      • getBoolean

        public Boolean getBoolean​(int index)
        Returns a Boolean from the list.
        Parameters:
        index - the index (zero-based).
        Returns:
        a Boolean from the list.
      • setBoolean

        public void setBoolean​(int index,
                               Boolean b)
        Sets the value for an item in the list. The list is expanded if necessary.
        Parameters:
        index - the index (zero-based).
        b - the boolean.
      • equals

        public boolean equals​(Object o)
        Tests the list for equality with another object (typically also a list).
        Overrides:
        equals in class AbstractObjectList
        Parameters:
        o - the other object.
        Returns:
        A boolean.
      • hashCode

        public int hashCode()
        Returns a hash code value for the object.
        Overrides:
        hashCode in class AbstractObjectList
        Returns:
        the hashcode