Package org.eclipse.xtext.xbase.jvmmodel
Class JvmModelAssociator.ListBasedSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.ListBasedSet<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>
- Enclosing class:
- JvmModelAssociator
protected static class JvmModelAssociator.ListBasedSet<E> extends java.util.AbstractSet<E>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedListBasedSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(E e)java.util.Iterator<E>iterator()intsize()-
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
-