com.devexperts.util
Interface LongSet

All Superinterfaces:
Collection<Long>, Iterable<Long>, LongCollection, Set<Long>
All Known Implementing Classes:
AbstractLongSet, LongHashSet

public interface LongSet
extends LongCollection, Set<Long>

This class extends Set with methods that are specific for long values.


Method Summary
 
Methods inherited from interface com.devexperts.util.LongCollection
add, contains, longIterator, remove, toLongArray
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 



Copyright © 2013 Devexperts. All Rights Reserved.