Package | Description |
---|---|
org.glassfish.hk2.testing.collections |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTestCollectionElement
This is the default implementation of TestCollectionElement
that will be used in tests if the getElement
method is not overridden
|
Modifier and Type | Field and Description |
---|---|
private TestCollectionElement |
AbstractMapTest.globalOneKey |
private TestCollectionElement |
AbstractMapTest.globalOneValue |
private TestCollectionElement |
AbstractMapTest.globalThreeKey |
private TestCollectionElement |
AbstractMapTest.globalThreeValue |
private TestCollectionElement |
AbstractMapTest.globalTwoKey |
private TestCollectionElement |
AbstractMapTest.globalTwoValue |
private TestCollectionElement |
AbstractCollectionTest.ONE_CE |
private TestCollectionElement |
AbstractCollectionTest.THREE_CE |
private TestCollectionElement |
AbstractCollectionTest.TWO_CE |
Modifier and Type | Method and Description |
---|---|
protected TestCollectionElement |
AbstractCollectionTest.getElement(java.lang.String data)
This returns an implementation of TestCollectionElement that
will be put into the Collection implementation.
|
protected TestCollectionElement |
AbstractMapTest.getElement(java.lang.String data)
This returns an implementation of TestCollectionElement that
will be put into the Collection implementation.
|
private TestCollectionElement |
AbstractMapTest.getSafeNullKey() |
private TestCollectionElement |
AbstractMapTest.getSafeNullValue() |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<TestCollectionElement,TestCollectionElement> |
AbstractMapTest.createMapWithOneTwoThree() |
private java.util.Map<TestCollectionElement,TestCollectionElement> |
AbstractMapTest.createMapWithOneTwoThree() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultTestCollectionElement.compareTo(TestCollectionElement o) |
private static int |
AbstractMapTest.keyToInt(TestCollectionElement key) |