public class ReadOnlySet < G > : Object, Iterable, Collection, Set {
public Set< G > set { set; } ;
public ReadOnlySet ( Set< G >? set = null ) ;
}

public ReadOnlySet ( Set< G >? set = null ) ;
public Set< G > set { set; } ;
Created by Valadoc