Skip to main content

General

14
  • add-local-javadoc

    Adds to the list of local Javadoc paths.

  • add-remote-javadoc

    Adds to the list of remote Javadoc URLs. package-prefix is the beginning of the package name that has docs at this UR...

  • bean

    Takes a Java object and returns a read-only implementation of the map abstraction based upon its JavaBean properties.

  • browse-url

    Open url in a browser

  • cast

    Throws a ClassCastException if x is not a c, else returns x.

  • enumeration-seq

    Returns a seq on a java.util.Enumeration

  • iterator-seq

    Returns a seq on a java.util.Iterator. Note that most collections providing iterators implement Iterable and thus supp...

  • javadoc

    Opens a browser window displaying the javadoc for the argument. Tries *local-javadocs* first, then *remote-javadocs*.