Class LongIntMap.Entries

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<LongIntMap.Entry>
com.github.tommyettinger.ds.LongIntMap.Entries
All Implemented Interfaces:
EnhancedCollection<LongIntMap.Entry>, Iterable<LongIntMap.Entry>, Collection<LongIntMap.Entry>, Set<LongIntMap.Entry>
Direct Known Subclasses:
LongIntOrderedMap.OrderedMapEntries
Enclosing class:
LongIntMap

public static class LongIntMap.Entries extends AbstractSet<LongIntMap.Entry> implements EnhancedCollection<LongIntMap.Entry>