| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.artifacts |
Libraries management using group id, artifact id and version.
|
| net.lecousin.framework.collections |
Implementations of collections.
|
| net.lecousin.framework.io.buffering |
IO with bufferization.
|
| Class and Description |
|---|
| Tree.Node
Tree node.
|
| Class and Description |
|---|
| AsyncCollection
Collection where elements come asynchronously.
|
| AsyncCollection.OneByOne
AsyncCollection but where elements are expected to come only one by one instead of by bunch.
|
| CollectionListener
A collection listener allows to signal the following events:
new elements, elements removed, and elements changed.
|
| Tree
Tree structure where each node contains an element of type T, and sub-nodes as a Tree.
|
| Tree.Node
Tree node.
|
| Tree.WithParent
Tree with a reference to the parent.
|
| Class and Description |
|---|
| LinkedArrayList
This implementation of List uses a linked list of arrays.
|
Copyright © 2019. All rights reserved.