Class SearchedObjects<K>
- java.lang.Object
 - 
- jetbrains.mps.ide.findusages.findalgorithm.finders.SearchedObjects<K>
 
 
- 
public class SearchedObjects<K> extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SearchedObjects(Collection<K> collection) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontains(K k)Set<K>getElements()Set<K>getElements0()Deprecated.mutatesstatic <K> SearchedObjects<K>union(SearchedObjects<K>... array) 
 - 
 
- 
- 
Constructor Detail
- 
SearchedObjects
public SearchedObjects(@NotNull Collection<K> collection)
 
 - 
 
- 
Method Detail
- 
getElements0
@Deprecated public Set<K> getElements0()
Deprecated.mutates 
- 
contains
public boolean contains(K k)
 
- 
union
@NotNull public static <K> SearchedObjects<K> union(SearchedObjects<K>... array)
 
 - 
 
 -