- java.lang.Object
-
- inet.ipaddr.format.util.AddressTrieSet.Range<E>
-
- 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
getLowerBound()
E
getUpperBound()
boolean
isAboveUpperBound(E addr)
boolean
isBelowLowerBound(E addr)
boolean
isInBounds(E addr)
boolean
isLowerBounded()
boolean
isUpperBounded()
boolean
isWithinLowerBound(E addr)
boolean
isWithinUpperBound(E addr)
boolean
lowerIsInclusive()
java.lang.String
toString()
boolean
upperIsInclusive()
-
-
-
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 classjava.lang.Object
-
-