Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
Modifier and Type | Field and Description |
---|---|
SingleLinkedList<T> |
SingleLinkedList.tail |
Modifier and Type | Method and Description |
---|---|
static <T> SingleLinkedList<T> |
SingleLinkedList.empty() |
SingleLinkedList<MethodRef> |
MetaClass.getPostConstructMethods()
Returns all the methods in the ancestory chain annotated with
PostConstruct
from those defined in the derived type toward those defined in the base type. |
SingleLinkedList<T> |
SingleLinkedList.grow(T item)
Creates a new list by adding a new element as the head.
|
Constructor and Description |
---|
SingleLinkedList(T head,
SingleLinkedList<T> tail) |
Copyright © 2015. All rights reserved.