public static class DocRouter.Range extends Object implements JSONWriter.Writable
| Constructor and Description | 
|---|
| DocRouter.Range(int min,
               int max) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | hashCode() | 
| boolean | includes(int hash) | 
| boolean | isSubsetOf(DocRouter.Range superset) | 
| boolean | overlaps(DocRouter.Range other) | 
| String | toString() | 
| void | write(JSONWriter writer) | 
public boolean includes(int hash)
public boolean isSubsetOf(DocRouter.Range superset)
public boolean overlaps(DocRouter.Range other)
public void write(JSONWriter writer)
write in interface JSONWriter.WritableCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.