A B C D E F G H I J L M N O P R S T U V W

D

defCacheSource - Static variable in class jut.io.InputStreamCache
default source for memory cache arrays, returning 1MB blocks if more than 10MB free memory is available.
difListeners - Variable in class jut.ref.Counter
listeners observing changes to this Counter.
DirectoryTree - Class in jut.io
Iterable recursively iterating through the files of a directory tree. iteration is done breadth first.
DirectoryTree(File) - Constructor for class jut.io.DirectoryTree
create an Iterable recursively iterating through the files of a directory tree. the Iterators of this Iterable are not thread-safe.
DirectoryTree(File, ParamCallable<List<File>, File>) - Constructor for class jut.io.DirectoryTree
create an Iterable recursively iterating through all files of a directory tree passing the filter provided. the Iterators of this Iterable are not thread-safe.
DirectoryTree(File, boolean) - Constructor for class jut.io.DirectoryTree
create an Iterable recursively iterating through all files of a directory tree passing the filter provided. the Iterators of this Iterable are not thread-safe.
DirectoryTree(File, ParamCallable<List<File>, File>, boolean) - Constructor for class jut.io.DirectoryTree
create an Iterable recursively iterating through all files of a directory tree passing the filter provided. the Iterators of this Iterable are not thread-safe.
DirectoryTree.DirFilter - Class in jut.io
directory listing filter. this base filter class just returns all children of a directory.
DirectoryTree.DirFilter() - Constructor for class jut.io.DirectoryTree.DirFilter
 
disabled() - Static method in class jut.lang.Assertions
returns true if assertions are disabled (for this class), else false.
DUMMY - Static variable in interface jut.ref.ICount
dummy implementation always returning 0 as count.

A B C D E F G H I J L M N O P R S T U V W