| org.eclipse.sisu.plexus.PlexusBean<T> |
Class Overview
Plexus bean mapping; from hint->instance.
Summary
|
[Expand]
Inherited Methods |
From interface
java.util.Map.Entry
|
abstract
static
<K, V>
Comparator<Entry<K, V>>
|
comparingByKey(Comparator<? super K> arg0)
|
|
abstract
static
<K extends Comparable<? super K>, V>
Comparator<Entry<K, V>>
|
comparingByKey()
|
|
abstract
static
<K, V>
Comparator<Entry<K, V>>
|
comparingByValue(Comparator<? super V> arg0)
|
|
abstract
static
<K, V extends Comparable<? super V>>
Comparator<Entry<K, V>>
|
comparingByValue()
|
|
abstract
boolean
|
equals(Object arg0)
|
|
abstract
K
|
getKey()
|
|
abstract
V
|
getValue()
|
|
abstract
int
|
hashCode()
|
|
abstract
V
|
setValue(V arg0)
|
|
Public Methods
public
abstract
String
getDescription
()
Returns
- Human readable description
public
abstract
Class<T>
getImplementationClass
()
Returns
- Bean implementation class