public class KnownTypeSet
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of items in the set.
|
Method Summary | ||
---|---|---|
void | add(java.lang.Class type) | |
Adds the specified - type is null. - type represents a void type. - type represents an invisible type, i.e. a non-public type or a public nested type which has a non-public outer type. - type represents an array type. - type has been added to the set already. |
||
void | clear() | |
Removes all items from the set.
|
||
java.util.Iterator<java.lang.Class> | iterator() | |
Returns An |
||
void | remove(java.lang.Class type) | |
Removes the specified |
public void add(java.lang.Class type)
Adds the specified
- type is null.
- type represents a void type.
- type represents an invisible type, i.e. a non-public type or a public nested type which has a non-public outer type.
- type represents an array type.
- type has been added to the set already.
type
- A public void clear()
public java.util.Iterator<java.lang.Class> iterator()
public void remove(java.lang.Class type)
type
- A