|
|
javax > javax.print > javax.print.attribute > javax.print.attribute.SetOfIntegerSyntax >
Class: javax.print.attribute.SetOfIntegerSyntax java.lang.Object javax.print.attribute.SetOfIntegerSyntax
public abstract class SetOfIntegerSyntax extends Object implements Serializable, Cloneable
FIELDS:
CONSTRUCTORS:
| | | protected | SetOfIntegerSyntax(String members) |
| | protected | SetOfIntegerSyntax(int[][] members) |
| | protected | SetOfIntegerSyntax(int member) |
| | protected | SetOfIntegerSyntax(int lowerBound, int upperBound) |
| |
|
|
|
METHODS:
| | | | public | boolean | contains(int x) |
| | public | boolean | contains(IntegerSyntax attribute) |
| | public | boolean | equals(Object object) Overrides: Object |
| | public | int[][] | getMembers() |
| | public | int | hashCode() Overrides: Object |
| | public | int | next(int x) |
| | public | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|