Class LivelinkConnector.Pair<L,R>
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.Pair<L,R>
-
- Type Parameters:
L- value to store in left.R- value to store in right.
- Enclosing class:
- LivelinkConnector
public static final class LivelinkConnector.Pair<L,R> extends java.lang.ObjectA class to store a pair structure, where none of the properties can behave as a key.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetLeft()RgetRight()java.lang.StringtoString()
-