com.dreamsocket.utils
Classes
| Class | Description | |
|---|---|---|
| ClassFactory | The ClassFactory is a "factory object" that is capable of generating instances of another class. | |
| ObjectUtil | The ObjectUtil class contains static utility methods for working with Objects. | |
| URLUtil | The URLUtil class contains static utility methods for working with URL strings. | |
| Version | The Version class is used to version class which specifies major, minor, build, and revision. | |
| WeakReference | WeakReference creates a weak reference to any object, allowing that object to be garbage collected if the WeakReference is the only remaining reference. |
