Uses of Class
r01f.types.collections.SetOperations.SetView

Packages that use SetOperations.SetView
r01f.types.collections   
 

Uses of SetOperations.SetView in r01f.types.collections
 

Methods in r01f.types.collections that return SetOperations.SetView
private  SetOperations.SetView<T> SetOperations._intersection(java.util.Set<T> set1, java.util.Set<T> set2)
           
private  SetOperations.SetView<T> SetOperations._union(java.util.Set<T> set1, java.util.Set<T> set2)