com.jeffpalm.util
Class Place.With3Things

java.lang.Object
  extended by com.jeffpalm.util.Place.With3Things
Enclosing class:
Place

public static final class Place.With3Things
extends java.lang.Object


Constructor Summary
Place.With3Things(java.lang.Object thing1, java.lang.Object thing2, java.lang.Object thing3)
           
 
Method Summary
 java.lang.Object thing1()
           
 java.lang.Object thing2()
           
 java.lang.Object thing3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Place.With3Things

public Place.With3Things(java.lang.Object thing1,
                         java.lang.Object thing2,
                         java.lang.Object thing3)
Method Detail

thing1

public java.lang.Object thing1()

thing2

public java.lang.Object thing2()

thing3

public java.lang.Object thing3()