org.netbeans.lib.profiler.utils |
|
Java Source File Name | Type | Comment |
CharStack.java | Class | |
FileOrZipEntry.java | Class | A container that can represent either a plain file, or an entry in the zip/jar archive.
Used for unification of read operations on both types of files. |
FloatSorter.java | Class | An implementation of quick sort for float numbers.
The advantage of this class is that it provides a protected swap(idx1, idx2) method, that can be overridden by a
subclass. |
Guard.java | Class | |
ImmutableList.java | Class | |
IntSorter.java | Class | An implementation of quick sort for integer numbers.
The advantage of this class is that it provides a protected swap(idx1, idx2) method, that can be overridden by a
subclass. |
IntVector.java | Class | A Vector of ints. |
LongSorter.java | Class | An implementation of quick sort for long numbers.
The advantage of this class is that it provides a protected swap(idx1, idx2) method, that can be overridden by a
subclass. |
MethodNameFormatter.java | Class | A class that can be used to obtain Java class or method name formatted in various ways. |
MethodNameFormatterTest.java | Class | TestCase for Method Name formatter class. |
MiscUtils.java | Class | Miscellaneous utilities for class names/path management, file management, and printing/logging. |
StringSorter.java | Class | An implementation of quick sort for Strings numbers.
The advantage of this class is that it provides a protected swap(idx1, idx2) method, that can be overridden by a
subclass. |
StringUtils.java | Class | Utility methods for String-related operations. |
VMUtils.java | Class | Utilities for dealing with VM representation of stuff. |
VMUtilsTest.java | Class | TestCase for Method Name formatter class. |
Wildcards.java | Class | |