Package org.jboss.modules
Class Paths<T,A>
- java.lang.Object
-
- org.jboss.modules.Paths<T,A>
-
- Type Parameters:
T
- the type of object that each path refers toA
- the type of the source object used to calculate the path maps
final class Paths<T,A> extends java.lang.Object
A pair of path maps.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Map<java.lang.String,java.util.List<T>>
getAllPaths()
(package private) A[]
getSourceList(A[] defVal)
(package private) static <T,A>
Paths<T,A>none()
-