Home » Java » Miscellaneous » ConcreteSet

 Advertisement
  • Visit:
  • Hits:
  • Views:
  • Platform(s):
  • Database(s):
  • License:
  • Price:
  • Version:
  • Script Added:
  • Last Updated:
  • Developer:
  • Script Link:
  • Tags:

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)
 Script Name: ConcreteSet
 Your Name:
 Your Email:
 Your Friends Name:
 Your Friends Email:
 Script Name : ConcreteSet
 Reason :
 Message :
  Security Code:
  •  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