| 程序包 | 说明 |
|---|---|
| org.skfiy.util |
Miscellaneous utility classes, such as String manipulation utilities, a Log4J
configurer, and a state holder for paged lists of objects.
|
| 类和说明 |
|---|
| AutoPopulatingList.ElementFactory
Factory interface for creating elements for an index-based access data
structure such as a
List. |
| AutoPopulatingList.ElementInstantiationException
Exception to be thrown from ElementFactory.
|
| ConcurrentReferenceHashMap.Entry
A single map entry.
|
| ConcurrentReferenceHashMap.Reference
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| ConcurrentReferenceHashMap.ReferenceManager
Strategy class used to manage
ConcurrentReferenceHashMap.References. |
| ConcurrentReferenceHashMap.ReferenceType
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure
The types of restructuring that can be performed.
|
| ConcurrentReferenceHashMap.Segment
A single segment used to divide the map to allow better concurrent
performance.
|
| MultiValueMap
Extension of the
Map interface that stores multiple values. |
| PathMatcher
Strategy interface for
String-based path matching. |
| PropertiesPersister
Strategy interface for persisting
java.util.Properties, allowing for
pluggable parsing strategies. |
| PropertyPlaceholderHelper.PlaceholderResolver
Strategy interface used to resolve replacement values for placeholders
contained in Strings.
|
| ReflectionUtils.FieldCallback
Callback interface invoked on each field in the hierarchy.
|
| ReflectionUtils.FieldFilter
Callback optionally used to filter fields to be operated on by a field
callback.
|
| ReflectionUtils.MethodCallback
Action to take on each method.
|
| ReflectionUtils.MethodFilter
Callback optionally used to filter methods to be operated on by a method
callback.
|
| StopWatch.TaskInfo
Inner class to hold data about one task executed within the stop watch.
|
| WeakReferenceMonitor.ReleaseListener
Listener that is notified when the handle is being released.
|
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.