KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > SetOfIntegerSyntax

javax.print.attribute
Class SetOfIntegerSyntax

java.lang.Object
  extended by javax.print.attribute.SetOfIntegerSyntax
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
CopiesSupported, JobImpressionsSupported, JobKOctetsSupported, JobMediaSheetsSupported, NumberUpSupported, PageRanges
See Also:
Source Code

public boolean contains(int x)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean contains(IntegerSyntax attribute)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object object)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int[][] getMembers()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int next(int x)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SetOfIntegerSyntax(int member)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SetOfIntegerSyntax(int lowerBound,
                             int upperBound)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SetOfIntegerSyntax(int[][] members)
See Also:
IllegalArgumentException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SetOfIntegerSyntax(String members)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags