java.lang.Object
inet.ipaddr.format.util.AddressTrieSet.Range<E>
- All Implemented Interfaces:
Serializable
- Enclosing class:
AddressTrieSet<E extends Address>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAboveUpperBound
(E addr) boolean
isBelowLowerBound
(E addr) boolean
isInBounds
(E addr) boolean
boolean
boolean
isWithinLowerBound
(E addr) boolean
isWithinUpperBound
(E addr) boolean
toString()
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
-