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

/openjdk9/jdk/src/java.base/share/classes/sun/security/action/
H A DGetLongAction.java66 public class GetLongAction implements java.security.PrivilegedAction<Long> { class in inherits:java.security.PrivilegedAction
77 public GetLongAction(String theProp) { method in class:GetLongAction
88 public GetLongAction(String theProp, long defaultVal) { method in class:GetLongAction

Completed in 36 milliseconds