|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.DistinctPropertyValues
| Constructor Summary | |
DistinctPropertyValues()
DistinctPropertyValues constructor. |
|
DistinctPropertyValues(int initialCapacity)
DistinctPropertyValues constructor. |
|
| Method Summary | |
void |
addValues(DistinctPropertyValues values)
This adds the given values to this instance. |
void |
addValues(Property property,
java.util.List values)
This adds the given values for the given property. |
Property[] |
getDefinedProperties()
This returns a list of all properties with defined values. |
java.util.List |
getValues(Property property)
Get distinct values for specified property. |
void |
resetProperty(Property property)
This removes all values for the specificed property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DistinctPropertyValues()
public DistinctPropertyValues(int initialCapacity)
initialCapacity - initial capacity| Method Detail |
public void addValues(Property property,
java.util.List values)
property - propertyvalues - valuespublic void addValues(DistinctPropertyValues values)
values - valuespublic void resetProperty(Property property)
property - propertypublic Property[] getDefinedProperties()
public java.util.List getValues(Property property)
property - property
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||