Skip to content

Instantly share code, notes, and snippets.

@timmc
Created June 22, 2015 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmc/1cd194b6ac5980a8c548 to your computer and use it in GitHub Desktop.
Save timmc/1cd194b6ac5980a8c548 to your computer and use it in GitHub Desktop.
show demo
user=> (use 'org.timmc.handy.repl)
nil
user=> (show java.util.Date)
Date
Bases: (Object Serializable Cloneable Comparable)
Fields:
Constructors:
pub :
pub : long
pub : int, int, int, int, int
pub : int, int, int, int, int, int
pub : String
pub : int, int, int
Methods:
pub st UTC : int, int, int, int, int, int -> long
pub st from : Instant -> Date
pub st parse : String -> long
pub after : Date -> boolean
pub before : Date -> boolean
pub clone : -> Object
pub compareTo : Date -> int
pub equals : Object -> boolean
pub getDate : -> int
pub getDay : -> int
pub getHours : -> int
pub getMinutes : -> int
pub getMonth : -> int
pub getSeconds : -> int
pub getTime : -> long
pub getTimezoneOffset : -> int
pub getYear : -> int
pub hashCode : -> int
pub setDate : int -> void
pub setHours : int -> void
pub setMinutes : int -> void
pub setMonth : int -> void
pub setSeconds : int -> void
pub setTime : long -> void
pub setYear : int -> void
pub toGMTString : -> String
pub toInstant : -> Instant
pub toLocaleString : -> String
pub toString : -> String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment