Class AddressTrieSet.Range<E extends Address>
java.lang.Object
inet.ipaddr.format.util.AddressTrieSet.Range<E>
- All Implemented Interfaces:
Serializable
- Enclosing class:
AddressTrieSet<E extends Address>
- Author:
- scfoley
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAboveUpperBound(E addr) booleanisBelowLowerBound(E addr) booleanisInBounds(E addr) booleanbooleanbooleanisWithinLowerBound(E addr) booleanisWithinUpperBound(E addr) booleantoString()boolean
-
Method Details
-
isInBounds
-
getLowerBound
-
getUpperBound
-
lowerIsInclusive
public boolean lowerIsInclusive() -
upperIsInclusive
public boolean upperIsInclusive() -
isLowerBounded
public boolean isLowerBounded() -
isUpperBounded
public boolean isUpperBounded() -
isBelowLowerBound
-
isAboveUpperBound
-
isWithinLowerBound
-
isWithinUpperBound
-
toString
-