Uses of Class
sbrt.kernel.utilities.UnmodifiableCollection

Packages that use UnmodifiableCollection
sbrt.kernel.utilities 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.utilities
 

Methods in sbrt.kernel.utilities 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.