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 ()
int
capacity ()
void
clear ()
boolean
contains (Object t)
int
count ()
int
count (T t)
protected QIterator <T >
end ()
boolean
endsWith (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.
void
fill (T t)
void
fill (T t,
int size)
T
first ()
T
get (int index)
int
hashCode ()
int
indexOf (Object e)
int
indexOf (T t,
int from)
void
insert (int i,
int n,
T t)
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
peekFirst ()
T
peekLast ()
T
pop ()
void
prepend (T t)
void
push (T e)
void
remove (int i,
int n)
boolean
remove (Object e)
int
removeAll (T t)
void
removeAt (int i)
T
removeFirst ()
T
removeLast ()
protected void
removeLastImpl ()
boolean
removeOne (T t)
void
replace (int i,
T t)
void
reserve (int size)
void
resize (int size)
T
set (int index,
T e)
int
size ()
void
squeeze ()
boolean
startsWith (T t)
T
takeAt (int i)
T
takeFirst ()
T
takeLast ()
List <T >
toList ()
T
value (int i)
T
value (int i,
T defaultValue)
Methods inherited from class io.qt.internal.QtJambiStackObject
addFirst , addLast , descendingIterator , element , getFirst , getLast , offer , offerFirst , offerLast , peek , poll , pollFirst , pollLast , remove , removeFirstOccurrence , removeLastOccurrence
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.