Module inet.ipaddr

Class AddressTrieSet.Range<E extends Address>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AddressTrieSet<E extends Address>

    public static class AddressTrieSet.Range<E extends Address>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • isInBounds

        public boolean isInBounds​(E addr)
      • getLowerBound

        public E getLowerBound()
      • getUpperBound

        public E getUpperBound()
      • lowerIsInclusive

        public boolean lowerIsInclusive()
      • upperIsInclusive

        public boolean upperIsInclusive()
      • isLowerBounded

        public boolean isLowerBounded()
      • isUpperBounded

        public boolean isUpperBounded()
      • isBelowLowerBound

        public boolean isBelowLowerBound​(E addr)
      • isAboveUpperBound

        public boolean isAboveUpperBound​(E addr)
      • isWithinLowerBound

        public boolean isWithinLowerBound​(E addr)
      • isWithinUpperBound

        public boolean isWithinUpperBound​(E addr)
      • toString

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