Uses of Interface
io.timeandspace.collect.ObjSet
-
Packages that use ObjSet Package Description io.timeandspace.collect.map io.timeandspace.smoothie -
-
Uses of ObjSet in io.timeandspace.collect.map
Methods in io.timeandspace.collect.map that return ObjSet Modifier and Type Method Description ObjSet<Map.Entry<K,V>>ObjObjMap. entrySet()Returns aSetview of the mappings contained in this map.ObjSet<K>ObjObjMap. keySet()Returns aSetview of the keys contained in this map. -
Uses of ObjSet in io.timeandspace.smoothie
Methods in io.timeandspace.smoothie that return ObjSet Modifier and Type Method Description ObjSet<Map.Entry<K,V>>SmoothieMap. entrySet()Returns aSetview of the mappings contained in this map.ObjSet<K>SmoothieMap. keySet()Returns aSetview of the keys contained in this map.
-