Interface InstanceTotalOrderPredicate

    • Method Detail

      • elementAt

        AtomicObject elementAt​(int index)
        Returns the element at the specified position in this list.
        Parameters:
        index - index of element to return.
        Returns:
        the element at the specified position in this list.
      • indexOf

        int indexOf​(AtomicObject value)
             throws ObjectNotFoundException
        Returns the index in this order of the specified value. If the order does not contain this value an exception will be thrown.
        Parameters:
        value - element to search for.
        Returns:
        the index in this order of the specified value
        Throws:
        ObjectNotFoundException - Is thrown when the value is not an element of the order.
      • size

        int size()
        The number of values in this order.
        Returns:
        The number of values in this order.