Uses of Class
org.soliscode.test.interfaces.IterableOnly
Packages that use IterableOnly
Package
Description
View classes that restrict an object to a single interface.
-
Uses of IterableOnly in org.soliscode.test.interfaces
Subclasses of IterableOnly in org.soliscode.test.interfacesModifier and TypeClassDescriptionclass
An collection that is provided for tests that only implement theCollection
interface.Methods in org.soliscode.test.interfaces that return IterableOnlyModifier and TypeMethodDescriptionstatic <E> IterableOnly
<E> Interfaces.narrowToIterable
(Iterable<E> i) Wraps the object so that only the methods in theIterable
interface are available.