public class SetWithSpecialMemberIdentification<Identity,Type> extends Object implements Set<Type>, Serializable
Constructor and Description |
---|
SetWithSpecialMemberIdentification(com.saperion.common.lang.conversion.Converter<Type,Identity> converter) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Type type) |
boolean |
addAll(Collection<? extends Type> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<Type> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public SetWithSpecialMemberIdentification(com.saperion.common.lang.conversion.Converter<Type,Identity> converter)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Type type)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Type>
containsAll
in interface Set<Type>
public boolean addAll(Collection<? extends Type> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
Copyright © 2016 SAPERION AG. All rights reserved.