Uses of Class
edu.uiuc.ncsa.security.core.util.DoubleHashMap
-
Packages that use DoubleHashMap Package Description edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application. -
-
Uses of DoubleHashMap in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return DoubleHashMap Modifier and Type Method Description protected DoubleHashMap<URI,Long>
StoreArchiver. getVersions(Identifier identifier)
For a given object in the store, return all the versions associated with it in aDoubleHashMap
.Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type DoubleHashMap Modifier and Type Method Description protected Long
StoreArchiver. getLatestVersionNumber(DoubleHashMap<URI,Long> versionNumbers)
Get the latest version number or return a -1 if no versions present. -
Uses of DoubleHashMap in edu.uiuc.ncsa.security.util.cli
Methods in edu.uiuc.ncsa.security.util.cli that return DoubleHashMap Modifier and Type Method Description DoubleHashMap<String,String>
HelpUtil. getAltLookup()
This is a mop with key being the topic, value being the alternative, e.g.Methods in edu.uiuc.ncsa.security.util.cli with parameters of type DoubleHashMap Modifier and Type Method Description void
HelpUtil. setAltLookup(DoubleHashMap<String,String> altLookup)
-