freemind.main

Class Tools.Pair

Enclosing Class:
Tools

public static class Tools.Pair
extends java.lang.Object

Constructor Summary

Pair(Object first, Object second)

Method Summary

Object
getFirst()
Object
getSecond()

Constructor Details

Pair

public Pair(Object first,
            Object second)

Method Details

getFirst

public Object getFirst()

getSecond

public Object getSecond()