Package edu.uiuc.ncsa.security.util.json
Interface JSONStore<V extends JSONEntry>
- 
- All Superinterfaces:
- Map<Identifier,V>,- Store<V>
 - All Known Implementing Classes:
- TestMemStore
 
 public interface JSONStore<V extends JSONEntry> extends Store<V> Created by Jeff Gaynor 
 on 2/15/19 at 4:12 PM
- 
- 
Field Summary- 
Fields inherited from interface edu.uiuc.ncsa.security.core.StoreVERSION_TAG
 
- 
 - 
Method Summary- 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
-