public class NextInetAddressSequencingPolicy extends Object implements SequencingPolicy<Inet4Address>, Comparator<Inet4Address>, Serializable
| Constructor and Description |
|---|
NextInetAddressSequencingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Inet4Address lhs,
Inet4Address rhs) |
boolean |
equals(Object obj) |
int |
hashCode() |
Optional<Inet4Address> |
next(Inet4Address element) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic Optional<Inet4Address> next(Inet4Address element)
next in interface SequencingPolicy<Inet4Address>public int compare(Inet4Address lhs, Inet4Address rhs)
compare in interface Comparator<Inet4Address>public boolean equals(Object obj)
equals in interface Comparator<Inet4Address>equals in class ObjectCopyright © 2017. All rights reserved.