Class VarSet
- java.lang.Object
 - 
- java.util.AbstractCollection<E>
 - 
- java.util.AbstractSet<E>
 - 
- jetbrains.mps.util.IndexableObjectSet<Object>
 - 
- jetbrains.mps.lang.dataFlow.framework.VarSet
 
 
 
 
 
- 
public class VarSet extends IndexableObjectSet<Object>
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetIndex(Object o)protected ObjectgetObject(int index)- 
Methods inherited from class jetbrains.mps.util.IndexableObjectSet
add, add, addAll, clear, contains, contains, equals, hashCode, isEmpty, iterator, remove, remove, retainAll, size 
- 
Methods inherited from class java.util.AbstractSet
removeAll 
- 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
- 
Methods inherited from interface java.util.Set
addAll, containsAll, retainAll, spliterator, toArray, toArray 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIndex
protected int getIndex(Object o)
- Specified by:
 getIndexin classIndexableObjectSet<Object>
 
- 
getObject
protected Object getObject(int index)
- Specified by:
 getObjectin classIndexableObjectSet<Object>
 
 - 
 
 -