public class StaticSETofInts extends Object
The rank and contains operations take logarithmic time in the worst case.
For additional documentation, see Section 1.2 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
| Constructor and Description |
|---|
StaticSETofInts(int[] keys)
Initializes a set of integers specified by the integer array.
|
public StaticSETofInts(int[] keys)
keys - the array of integersIllegalArgumentException - if the array contains duplicate integerspublic boolean contains(int key)
key - the search keypublic int rank(int key)
key - the search keyCopyright © 2014. All Rights Reserved.