public static class AddressTrieSet.Range<E extends Address>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and 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() |
public boolean isInBounds(E addr)
public E getLowerBound()
public E getUpperBound()
public boolean lowerIsInclusive()
public boolean upperIsInclusive()
public boolean isLowerBounded()
public boolean isUpperBounded()
public boolean isBelowLowerBound(E addr)
public boolean isAboveUpperBound(E addr)
public boolean isWithinLowerBound(E addr)
public boolean isWithinUpperBound(E addr)
public java.lang.String toString()
toString in class java.lang.Object