Package | Description |
---|---|
cufy.beans |
Objects have fields.
|
cufy.concurrent |
When it comes to concurrent actions.
|
cufy.convert |
Java is a type sensitive language.
|
cufy.io |
Input and Output ports is kind of the purpose of computers.
|
cufy.io.loadable |
The ways to load and save data is different from a position to another,
but at the end it still data and still be loaded and saved using protocols
and standards; Loadables in the other hand don't care about how the data will
be transferred, as long as the data will be transferred successfully.
|
cufy.lang |
A package with classes that treated as if it's a part of the language.
|
cufy.meta |
Annotations are a big part of the java language.
|
cufy.text |
Text is a huge part of any programming language since a lot of data are
stored and transferred as text.
|
cufy.text.json |
is a lightweight data-interchange format.
|
cufy.util |
A package of utilities used in the framework.
|
cufy.util.function |
There is always that position.
|