public static class DocRouter.Range extends Object implements JSONWriter.Writable, Comparable<DocRouter.Range>
| 构造器和说明 |
|---|
Range(int min,
int max) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(DocRouter.Range that) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
includes(int hash) |
boolean |
isSubsetOf(DocRouter.Range superset) |
int |
max() |
int |
min() |
boolean |
overlaps(DocRouter.Range other) |
String |
toString() |
void |
write(JSONWriter writer) |
public int min()
public int max()
public boolean includes(int hash)
public boolean isSubsetOf(DocRouter.Range superset)
public boolean overlaps(DocRouter.Range other)
public void write(JSONWriter writer)
write 在接口中 JSONWriter.Writablepublic int compareTo(DocRouter.Range that)
compareTo 在接口中 Comparable<DocRouter.Range>Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.