Searched defs:PropertyPermissionCollection (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyPermission.java371 * Used by the PropertyPermissionCollection
390 return new PropertyPermissionCollection();
425 * A PropertyPermissionCollection stores a set of PropertyPermission
437 final class PropertyPermissionCollection extends PermissionCollection class in inherits:PermissionCollection,Serializable
460 public PropertyPermissionCollection() { method in class:PropertyPermissionCollection
474 * @exception SecurityException - if this PropertyPermissionCollection

Completed in 138 milliseconds