Uses of Class
sbrt.kernel.util.UnmodifiableCollection

Packages that use UnmodifiableCollection
sbrt.kernel.util Provides classes and interfaces for performing utility functions. 
sbrt.shell.io Provides classes and interfaces for reading and writing files. 
 

Uses of UnmodifiableCollection in sbrt.kernel.util
 

Methods in sbrt.kernel.util that return UnmodifiableCollection
 UnmodifiableCollection<V> UnmodifiableMap.values()
          See Map.values().
 

Uses of UnmodifiableCollection in sbrt.shell.io
 

Methods in sbrt.shell.io that return UnmodifiableCollection
 UnmodifiableCollection<java.lang.Character> TextInputFile.getCommentChars()
          Returns the commment characters used in this file.