Home » Java » Miscellaneous » ConcreteSet
Advertisement
- Visit:
- Hits:
- Views:
- Platform(s):
- Database(s):
- License:
- Price:
- Version:
- Script Added:
- Last Updated:
- Developer:
- Script Link:
- Tags:
- ConcreteSet
- 168
- 2635
- N/A
- N/A
- Other Not Free License
- Free
- 1.0.1
- 31/10/2011
- 31/10/2011
- Ralph Chapin
- http://www.binpress.com/app/concreteset/205
- concreteset
Description:
ConcreteSet is a basic java.util.Set implementation, very much like java.util.HashSet. Duplicate entries are ignored. Adds, removes, the “contains” method, and data extraction are extremely efficient. The ordering of elements within the set is random and not under the user's control. Unlike a HashSet, there is no need for an “initial capacity” or a “load factor”, and it never needs to allocate large, contiguous blocks of memory. Built using a java.util.TreeMap, it uses more memory as objects are added and releases memory as they are removed.
Rated 0/5 (0%) (0 Votes)
- Other listings by this developer
ListStack
Java » Miscellaneous
SortedList
Java » Miscellaneous
MovePath
Java » Development
Observer3D
Java » Development
DLList
Java » Development
SocketConnection
Java » Miscellaneous
DoubleClickDetector
Java » Miscellaneous
Java » Miscellaneous
SortedList
Java » Miscellaneous
MovePath
Java » Development
Observer3D
Java » Development
DLList
Java » Development
SocketConnection
Java » Miscellaneous
DoubleClickDetector
Java » Miscellaneous