org.apache.sshd.agent
Class SshAgent.Pair<U,V>

java.lang.Object
  extended by org.apache.sshd.agent.SshAgent.Pair<U,V>
Enclosing interface:
SshAgent

public static class SshAgent.Pair<U,V>
extends Object


Constructor Summary
SshAgent.Pair(U first, V second)
           
 
Method Summary
 U getFirst()
           
 V getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshAgent.Pair

public SshAgent.Pair(U first,
                     V second)
Method Detail

getFirst

public U getFirst()

getSecond

public V getSecond()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.