| Package | Description |
|---|---|
| org.osgl.inject.provider |
Define Genie built-in
providers for commonly used interfaces including and not limited to the following: |
| Class and Description |
|---|
| ArrayListProvider
Inject
List and C.List using DelegatingList implementation. |
| ArrayProvider |
| ConcurrentMapProvider
Inject
ConcurrentMap with ConcurrentHashMap implementation |
| DequeProvider
Inject
Deque type bean using ArrayDeque |
| LinkedListProvider
Inject
LinkedList and LinkedList using DelegatingList implementation. |
| OsglListProvider
Inject
List and C.List using DelegatingList implementation. |
| OsglMapProvider
Inject
Map using C.Map |
| OsglSetProvider
Inject
Set using DelegatingSet |
| SortedMapProvider
Inject
SortedMap using TreeMap |
| SortedSetProvider
Inject
SortedSet using TreeSet |
Copyright © 2016–2017 OSGL (Open Source General Library). All rights reserved.