Skip navigation links
A C G I L M O R S W 

A

AbstractROCollectionTest<T> - Class in org.tendiwa.rocollections.test.base
A base test for ReadOnlyCollections.
AbstractROCollectionTest() - Constructor for class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
 
AbstractROListTest<T> - Class in org.tendiwa.rocollections.test.base
A base test for ReadOnlyLists.
AbstractROListTest() - Constructor for class org.tendiwa.rocollections.test.base.AbstractROListTest
 

C

contains(T) - Method in interface org.tendiwa.rocollections.ReadOnlyCollection
Checks if this ReadOnlyCollection contains a particular object with the same rules as Collection.contains(Object).
contains(T) - Method in interface org.tendiwa.rocollections.ReadOnlyList
 
contains(T) - Method in interface org.tendiwa.rocollections.ReadOnlySet
Checks if a set contains a particular element.
contains(T) - Method in class org.tendiwa.rocollections.WrappingReadOnlyList
 
contains(T) - Method in class org.tendiwa.rocollections.WrappingReadOnlySet
 
containsFirstIteratorResult() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
Contains the element that comes first when you iterate over that collection.

G

get(int) - Method in interface org.tendiwa.rocollections.ReadOnlyList
Returns an element under particular index.
get(int) - Method in class org.tendiwa.rocollections.WrappingReadOnlyList
 
getAndIndexOfMatchIndexwise() - Method in class org.tendiwa.rocollections.test.base.AbstractROListTest
Each index A in a list holds an element whose index is less than or equal to A.
getAndLastIndexOfMathIndexwise() - Method in class org.tendiwa.rocollections.test.base.AbstractROListTest
Each index A in a list holds an element whose last index is greater than or equal to A.
getReturnsSameElementConsecutively() - Method in class org.tendiwa.rocollections.test.base.AbstractROListTest
Method ReadOnlyList.get(int) should return ==-identical result on consecutive invocations.

I

implInstance() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
Creates an instance of a class to test.
implInstance() - Method in class org.tendiwa.rocollections.test.base.AbstractROListTest
 
indexOf(T) - Method in interface org.tendiwa.rocollections.ReadOnlyList
From the beginning of this list, searches for an element that is equal to and returns its index.
interatorSizeMatchesCollectionSize() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
Iterator has the same number of elements that the collection itself.
isEmpty() - Method in interface org.tendiwa.rocollections.ReadOnlyCollection
Checks if this collection is empty.
iterator() - Method in class org.tendiwa.rocollections.WrappingReadOnlyList
 
iterator() - Method in class org.tendiwa.rocollections.WrappingReadOnlySet
Iterator over elements of this set.

L

lastIndexOf(T) - Method in interface org.tendiwa.rocollections.ReadOnlyList
From the end of this list, searches for an element that is equal to and returns its index.

M

mayBeNotEmpty() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
May be not empty.
mayHaveSizeGreaterThanZero() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
May have size greater than 0.

O

org.tendiwa.rocollections - package org.tendiwa.rocollections
Interfaces and implementations for read-only collections.
org.tendiwa.rocollections.test.base - package org.tendiwa.rocollections.test.base
Base tests for ReadOnlyCollections.

R

ReadOnlyCollection<T> - Interface in org.tendiwa.rocollections
A collection without mutators, only with accessors.
ReadOnlyList<T> - Interface in org.tendiwa.rocollections
A list with only accessors and no mutators.
ReadOnlySet<T> - Interface in org.tendiwa.rocollections
A set with only accessors and no mutators.

S

size() - Method in interface org.tendiwa.rocollections.ReadOnlyCollection
Size of this collection.
size() - Method in class org.tendiwa.rocollections.WrappingReadOnlyList
 
size() - Method in class org.tendiwa.rocollections.WrappingReadOnlySet
Size of this set.
stream() - Method in interface org.tendiwa.rocollections.ReadOnlyCollection
Stream over elements of this collection.
stream() - Method in class org.tendiwa.rocollections.WrappingReadOnlyList
 
stream() - Method in class org.tendiwa.rocollections.WrappingReadOnlySet
Stream over elements of this set.
streamAccessesSameElementsAsIterator() - Method in class org.tendiwa.rocollections.test.base.AbstractROCollectionTest
Stream made from this collection is over the same elements as an Iterator made from this collection.

W

WrappingReadOnlyList<T> - Class in org.tendiwa.rocollections
Wraps a List to expose only its accessors.
WrappingReadOnlyList(List<T>) - Constructor for class org.tendiwa.rocollections.WrappingReadOnlyList
Public ctor.
WrappingReadOnlySet<T> - Class in org.tendiwa.rocollections
Wraps a Set with a ReadOnlySet.
A C G I L M O R S W 
Skip navigation links

Copyright © 2012–2015 jcabi.com. All rights reserved.