java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiSetObject<T>
io.qt.core.QSet<T>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<T>
,Collection<T>
,Set<T>
public class QSet<T> extends QtJambiSetObject<T>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description boolean
add(T e)
protected QIterator<T>
begin()
int
capacity()
void
clear()
boolean
contains(Object t)
int
count()
protected QIterator<T>
end()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
void
insert(T t)
void
intersect(Collection<T> other)
boolean
intersects(Collection<T> other)
boolean
isEmpty()
boolean
remove(Object t)
void
reserve(int size)
int
size()
void
subtract(Collection<T> other)
void
unite(Collection<T> other)
List<T>
values()
Methods inherited from class io.qt.internal.QtJambiCollectionObject
addAll, castElement, checkElement, containsAll, iterator, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Set
addAll, containsAll, iterator, removeAll, retainAll, spliterator, toArray, toArray
-
Method Details
-
begin
- Specified by:
begin
in classQtJambiCollectionObject<T>
-
capacity
-
clear
-
contains
-
count
-
end
- Specified by:
end
in classQtJambiCollectionObject<T>
-
insert
-
intersect
-
intersects
-
isEmpty
-
remove
-
reserve
-
size
-
subtract
-
unite
-
values
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
add
-