public interface Set
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(boolean x)
Is
x an element of this set? |
boolean |
contains(Boolean x)
Is
x an element of this set? |
boolean |
contains(byte x)
Is
x an element of this set? |
boolean |
contains(Byte x)
Is
x an element of this set? |
boolean |
contains(char x)
Is
x an element of this set? |
boolean |
contains(Character x)
Is
x an element of this set? |
boolean |
contains(double x)
Is
x an element of this set? |
boolean |
contains(Double x)
Is
x an element of this set? |
boolean |
contains(float x)
Is
x an element of this set? |
boolean |
contains(Float x)
Is
x an element of this set? |
boolean |
contains(int x)
Is
x an element of this set? |
boolean |
contains(Integer x)
Is
x an element of this set? |
boolean |
contains(long x)
Is
x an element of this set? |
boolean |
contains(Long x)
Is
x an element of this set? |
boolean |
contains(Object x)
Is
x an element of this set? |
boolean |
contains(short x)
Is
x an element of this set? |
boolean |
contains(Short x)
Is
x an element of this set? |
double |
diameter() |
boolean |
intersects(Object set)
Does
this share any elements with
set? |
double diameter()
boolean contains(boolean x)
x an element of this set?boolean contains(byte x)
x an element of this set?boolean contains(char x)
x an element of this set?boolean contains(double x)
x an element of this set?boolean contains(float x)
x an element of this set?boolean contains(int x)
x an element of this set?boolean contains(long x)
x an element of this set?boolean contains(short x)
x an element of this set?boolean contains(Boolean x)
x an element of this set?boolean contains(Byte x)
x an element of this set?boolean contains(Character x)
x an element of this set?boolean contains(Double x)
x an element of this set?boolean contains(Float x)
x an element of this set?boolean contains(Integer x)
x an element of this set?boolean contains(Long x)
x an element of this set?boolean contains(Short x)
x an element of this set?boolean contains(Object x)
x an element of this set?boolean intersects(Object set)
this share any elements with
set?Copyright © 2017. All rights reserved.