Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.metacosm.framework.world.Date

Uses of Date in org.metacosm.framework.world
 

Methods in org.metacosm.framework.world with parameters of type Date
 boolean Date.after(Date when)
          Tests if this date is after the specified date.
 boolean Date.before(Date when)
          Tests if this date is before the specified date.
 int Date.compareTo(Date date)
          Compares two Dates for ordering.