Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method
Description
void
add (int index,
T e)
boolean
add (T e)
void
append (Collection <T > t)
void
append (T t)
T
at (int i)
protected QIterator <T >
begin ()
void
clear ()
boolean
contains (Object t)
int
count ()
int
count (T t)
T
dequeue ()
protected QIterator <T >
end ()
boolean
endsWith (T t)
void
enqueue (T t)
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.
T
first ()
T
get (int index)
int
hashCode ()
T
head ()
int
indexOf (Object t)
int
indexOf (T t,
int from)
void
insert (int i,
T t)
boolean
isEmpty ()
T
last ()
int
lastIndexOf (Object t)
int
lastIndexOf (T t,
int from)
int
length ()
List <T >
mid (int pos)
List <T >
mid (int pos,
int length)
void
move (int from,
int to)
T
peek ()
T
poll ()
void
prepend (T t)
boolean
remove (Object e)
int
removeAll (T t)
void
removeAt (int i)
void
removeFirst ()
void
removeLast ()
boolean
removeOne (T t)
void
replace (int i,
T t)
void
reserve (int size)
T
set (int index,
T e)
int
size ()
boolean
startsWith (T t)
void
swap (int i,
int j)
T
takeAt (int i)
T
takeFirst ()
T
takeLast ()
Set <T >
toSet ()
T
value (int i)
T
value (int i,
T defaultValue)
Method Details
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.
Specified by:
equals
in interface Collection <T >
Specified by:
equals
in interface List <T >
Overrides:
equals
in class QtObject
Parameters:
other
- The object with which to compare
Returns:
true if the native resources of the two objects are one and the same.
Detail:
Field |
Constr |
Method
QtJambi Reference Documentation The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.