public interface IndexedTypeSet extends Iterable<IndexedTypeIdentifier>
Modifier and Type | Method and Description |
---|---|
boolean |
containsAll(IndexedTypeSet subsetCandidate) |
boolean |
isEmpty() |
int |
size() |
Set<Class<?>> |
toPojosSet()
Deprecated.
This only exists to facilitate an iterative integration, and will be removed ASAP.
|
forEach, iterator, spliterator
int size()
boolean isEmpty()
@Deprecated Set<Class<?>> toPojosSet()
boolean containsAll(IndexedTypeSet subsetCandidate)
subsetCandidate
- Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.