https://github.com/hansolo/toolbox
A collection of useful classes and tools
https://github.com/hansolo/toolbox
Last synced: about 1 year ago
JSON representation
A collection of useful classes and tools
- Host: GitHub
- URL: https://github.com/hansolo/toolbox
- Owner: HanSolo
- License: apache-2.0
- Created: 2021-12-27T12:02:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:21:21.000Z (over 1 year ago)
- Last Synced: 2025-04-17T18:23:03.123Z (about 1 year ago)
- Language: Java
- Size: 382 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Toolbox
Toolbox contains different useful classes and methods e.g.
- Extendable event system (similar to JavaFX events) in package eu.hansolo.toolbox.evt
- Properties (very similar to JavaFX properties incl. bindings) in package eu.hansolo.toolbox.properties
- Tuples in package eu.hansolo.toolbox.tuples
- Unit converter in package eu.hansolo.toolbox.unit
- Helper class with lots of useful methods e.g. clamp etc.
- Statistics class containing methods like average, median etc.
- ObservableList (wrapped CopyOnWriteArrayList) in package eu.hansolo.toolbox.observables
- ObservableMap (wrapped ConcurrentHashMap) in package eu.hansolo.toolbox.observables
- ObservableMatrix (wrapped AtomicReference