Class RandomizedSet
- java.lang.Object
-
- g0301_0400.s0380_insert_delete_getrandom_o1.RandomizedSet
-
public class RandomizedSet extends Object
-
-
Constructor Summary
Constructors Constructor Description RandomizedSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRandom()
boolean
insert(int val)
boolean
remove(int val)
-