API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. SetOfIntegerSyntax View Source
Author(s)
David Mendenhall
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      SetOfIntegerSyntax
Implements
 Serializable
 Cloneable
Subclasses
Description
publicabstract abstract class SetOfIntegerSyntax
  Class SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers.
See also:   
Constructors
protected SetOfIntegerSyntax (int member)
  Construct a new set-of-integer attribute containing a single integer.
protected SetOfIntegerSyntax (int[][] members)
  Construct a new set-of-integer attribute with the given members in array form.
protected SetOfIntegerSyntax (int lowerBound, int upperBound)
  Construct a new set-of-integer attribute containing a single range of integers.
protected SetOfIntegerSyntax (String members)
  Construct a new set-of-integer attribute with the given members in string form.
Methods
Hide/Show inherited methods
public boolean contains (int x)
  Determine if this set-of-integer attribute contains the given value.
public boolean contains (IntegerSyntax attribute)
  Determine if this set-of-integer attribute contains the given integer attribute's value.
public boolean equals (Object object)
  Returns whether this set-of-integer attribute is equivalent to the passed in object.
public int getMembers ()
  Obtain this set-of-integer attribute's members in canonical array form.
public int hashCode ()
  Returns a hash code value for this set-of-integer attribute.
public int next (int x)
  Determine the smallest integer in this set-of-integer attribute that is greater than the given value.
public String toString ()
  Returns a string value corresponding to this set-of-integer attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar