Home
last modified time | relevance | path

Searched defs:firstElement (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java69 @libcore.util.NullFromTypeParam public synchronized E firstElement() { throw new RuntimeException("… in firstElement() method in Vector
/libcore/ojluni/src/test/java/nio/Buffer/
DBasicInt.java1218 int firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
DBasicLong.java1218 long firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
DBasicFloat.java1218 float firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
DBasicDouble.java1218 double firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
DBasicShort.java1218 short firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
DBasicChar.java1218 char firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java121 public synchronized E firstElement() { in firstElement() method in Vector
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java411 StringBuilder firstElement = new StringBuilder("first element"); in test_checkedQueue() local
1157 K firstElement = iterator.next(); in check_unmodifiableSet() local
/libcore/ojluni/src/main/java/java/util/
DVector.java479 public synchronized E firstElement() { in firstElement() method