Uses of Interface
org.codelibs.jhighlight.fastutil.objects.ObjectSet
-
Packages that use ObjectSet Package Description org.codelibs.jhighlight.fastutil.chars org.codelibs.jhighlight.fastutil.objects -
-
Uses of ObjectSet in org.codelibs.jhighlight.fastutil.chars
Subinterfaces of ObjectSet in org.codelibs.jhighlight.fastutil.chars Modifier and Type Interface Description static interfaceChar2ObjectMap.FastEntrySet<V>An entry set providing fast iteration.Methods in org.codelibs.jhighlight.fastutil.chars that return ObjectSet Modifier and Type Method Description ObjectSet<Char2ObjectMap.Entry<V>>Char2ObjectMap. char2ObjectEntrySet()Returns a type-specific set view of the mappings contained in this map.ObjectSet<Map.Entry<Character,V>>AbstractChar2ObjectMap. entrySet()ObjectSet<Map.Entry<Character,V>>Char2ObjectMap. entrySet()Returns a set view of the mappings contained in this map. -
Uses of ObjectSet in org.codelibs.jhighlight.fastutil.objects
Classes in org.codelibs.jhighlight.fastutil.objects that implement ObjectSet Modifier and Type Class Description classAbstractObjectSet<K>An abstract class providing basic methods for sets implementing a type-specific interface.
-