clojure.lang
Class RT

java.lang.Object
  extended by clojure.lang.RT

public class RT
extends Object


Field Summary
static Var AGENT
           
static Var ASSERT
           
static Namespace CLOJURE_NS
           
static Var CURRENT_NS
           
static Var DATA_READERS
           
static Comparator DEFAULT_COMPARATOR
           
static Var DEFAULT_DATA_READER_FN
           
static Var DEFAULT_DATA_READERS
           
static Object[] EMPTY_ARRAY
           
static Var ERR
           
static Boolean F
           
static Var IN
           
static String LOADER_SUFFIX
           
static Var MATH_CONTEXT
           
static Var OUT
           
static Var READEVAL
           
static Var SUPPRESS_READ
           
static Boolean T
           
static Var UNCHECKED_MATH
           
static Var USE_CONTEXT_CLASSLOADER
           
static Charset UTF8
           
 
Constructor Summary
RT()
           
 
Method Summary
static boolean[] aclone(boolean[] xs)
           
static byte[] aclone(byte[] xs)
           
static char[] aclone(char[] xs)
           
static double[] aclone(double[] xs)
           
static float[] aclone(float[] xs)
           
static int[] aclone(int[] xs)
           
static long[] aclone(long[] xs)
           
static Object[] aclone(Object[] xs)
           
static short[] aclone(short[] xs)
           
static void addURL(Object url)
           
static boolean aget(boolean[] xs, int i)
           
static byte aget(byte[] xs, int i)
           
static char aget(char[] xs, int i)
           
static double aget(double[] xs, int i)
           
static float aget(float[] xs, int i)
           
static int aget(int[] xs, int i)
           
static long aget(long[] xs, int i)
           
static Object aget(Object[] xs, int i)
           
static short aget(short[] xs, int i)
           
static int alength(boolean[] xs)
           
static int alength(byte[] xs)
           
static int alength(char[] xs)
           
static int alength(double[] xs)
           
static int alength(float[] xs)
           
static int alength(int[] xs)
           
static int alength(long[] xs)
           
static int alength(Object[] xs)
           
static int alength(short[] xs)
           
static ISeq arrayToList(Object[] a)
           
static boolean aset(boolean[] xs, int i, boolean v)
           
static byte aset(byte[] xs, int i, byte v)
           
static char aset(char[] xs, int i, char v)
           
static double aset(double[] xs, int i, double v)
           
static float aset(float[] xs, int i, float v)
           
static int aset(int[] xs, int i, int v)
           
static long aset(long[] xs, int i, long v)
           
static Object aset(Object[] xs, int i, Object v)
           
static short aset(short[] xs, int i, short v)
           
static Associative assoc(Object coll, Object key, Object val)
           
static Object assocN(int n, Object val, Object coll)
           
static ClassLoader baseLoader()
           
static boolean booleanCast(boolean x)
           
static boolean booleanCast(Object x)
           
static int boundedLength(ISeq list, int limit)
           
static Object box(boolean x)
           
static Object box(Boolean x)
           
static Number box(byte x)
           
static Character box(char x)
           
static Number box(double x)
           
static Number box(float x)
           
static Number box(int x)
           
static Number box(long x)
           
static Object box(Object x)
          ********************* Boxing/casts ******************************
static Number box(short x)
           
static byte byteCast(byte x)
           
static byte byteCast(double x)
           
static byte byteCast(float x)
           
static byte byteCast(int x)
           
static byte byteCast(long x)
           
static byte byteCast(Object x)
           
static byte byteCast(short x)
           
static char charCast(byte x)
           
static char charCast(char x)
           
static char charCast(double x)
           
static char charCast(float x)
           
static char charCast(int x)
           
static char charCast(long x)
           
static char charCast(Object x)
           
static char charCast(short x)
           
static ISeq chunkIteratorSeq(Iterator iter)
           
static Class classForName(String name)
           
static Class classForName(String name, boolean load, ClassLoader loader)
           
static Class classForNameNonLoading(String name)
           
static IPersistentCollection conj(IPersistentCollection coll, Object x)
           
static ISeq cons(Object x, Object coll)
           
static Object contains(Object coll, Object key)
           
static int count(Object o)
           
static Object dissoc(Object coll, Object key)
           
static ISeq doFormat(Writer w, String s, ISeq args)
           
static double doubleCast(byte x)
           
static double doubleCast(double x)
           
static double doubleCast(float x)
           
static double doubleCast(int x)
           
static double doubleCast(long x)
           
static double doubleCast(Object x)
           
static double doubleCast(short x)
           
static PrintWriter errPrintWriter()
           
static Object find(Object coll, Object key)
           
static ISeq findKey(Keyword key, ISeq keyvals)
           
static Object first(Object x)
           
static float floatCast(byte x)
           
static float floatCast(double x)
           
static float floatCast(float x)
           
static float floatCast(int x)
           
static float floatCast(long x)
           
static float floatCast(Object x)
           
static float floatCast(short x)
           
static Object format(Object o, String s, Object... args)
           
static void formatAesthetic(Writer w, Object obj)
           
static void formatStandard(Writer w, Object obj)
           
static Object fourth(Object x)
           
static Object get(Object coll, Object key)
           
static Object get(Object coll, Object key, Object notFound)
           
static int getColumnNumber(Reader r)
           
static int getLineNumber(Reader r)
           
static LineNumberingPushbackReader getLineNumberingReader(Reader r)
           
static URL getResource(ClassLoader loader, String name)
           
static void init()
           
static int intCast(byte x)
           
static int intCast(char x)
           
static int intCast(double x)
           
static int intCast(float x)
           
static int intCast(int x)
           
static int intCast(long x)
           
static int intCast(Object x)
           
static int intCast(short x)
           
static boolean isLineNumberingReader(Reader r)
           
static boolean isReduced(Object r)
           
static Iterator iter(Object coll)
           
static ISeq keys(Object coll)
           
static Keyword keyword(String ns, String name)
           
static long lastModified(URL url, String libfile)
           
static int length(ISeq list)
           
static ISeq list()
          **************************************** list support *******************************
static ISeq list(Object arg1)
           
static ISeq list(Object arg1, Object arg2)
           
static ISeq list(Object arg1, Object arg2, Object arg3)
           
static ISeq list(Object arg1, Object arg2, Object arg3, Object arg4)
           
static ISeq list(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5)
           
static ISeq listStar(Object arg1, ISeq rest)
           
static ISeq listStar(Object arg1, Object arg2, ISeq rest)
           
static ISeq listStar(Object arg1, Object arg2, Object arg3, ISeq rest)
           
static ISeq listStar(Object arg1, Object arg2, Object arg3, Object arg4, ISeq rest)
           
static ISeq listStar(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, ISeq rest)
           
static void load(String scriptbase)
           
static void load(String scriptbase, boolean failIfNotFound)
           
static Class loadClassForName(String name)
           
static void loadLibrary(String libname)
           
static void loadResourceScript(Class c, String name)
           
static void loadResourceScript(Class c, String name, boolean failIfNotFound)
           
static void loadResourceScript(String name)
           
static void loadResourceScript(String name, boolean failIfNotFound)
           
static long longCast(byte x)
           
static long longCast(double x)
           
static long longCast(float x)
           
static long longCast(int x)
           
static long longCast(long x)
           
static long longCast(Object x)
           
static long longCast(short x)
           
static ClassLoader makeClassLoader()
           
static IPersistentMap map(Object... init)
           
static IPersistentMap mapUniqueKeys(Object... init)
           
static void maybeLoadResourceScript(String name)
           
static IPersistentMap meta(Object x)
           
static ISeq more(Object x)
           
static ISeq next(Object x)
           
static int nextID()
           
static Object nth(Object coll, int n)
           
static Object nth(Object coll, int n, Object notFound)
           
static Object[] object_array(Object sizeOrSeq)
           
static Object peek(Object x)
           
static Character peekChar(Reader r)
           
static Object pop(Object x)
           
static void print(Object x, Writer w)
           
static String printString(Object x)
           
static List<String> processCommandLine(String[] args)
           
static Character readChar(Reader r)
           
static Object readString(String s)
           
static Object readString(String s, Object opts)
           
static String resolveClassNameInContext(String className)
           
static InputStream resourceAsStream(ClassLoader loader, String name)
           
static Object second(Object x)
           
static ISeq seq(Object coll)
           
static Object seqOrElse(Object o)
           
static Object[] seqToArray(ISeq seq)
           
static Object[] seqToPassedArray(ISeq seq, Object[] passed)
           
static Object seqToTypedArray(Class type, ISeq seq)
           
static Object seqToTypedArray(ISeq seq)
           
static IPersistentSet set(Object... init)
           
static Object[] setValues(Object... vals)
           
static short shortCast(byte x)
           
static short shortCast(double x)
           
static short shortCast(float x)
           
static short shortCast(int x)
           
static short shortCast(long x)
           
static short shortCast(Object x)
           
static short shortCast(short x)
           
static IPersistentVector subvec(IPersistentVector v, int start, int end)
           
static boolean suppressRead()
           
static Object third(Object x)
           
static Object[] toArray(Object coll)
           
static byte uncheckedByteCast(byte x)
           
static byte uncheckedByteCast(double x)
           
static byte uncheckedByteCast(float x)
           
static byte uncheckedByteCast(int x)
           
static byte uncheckedByteCast(long x)
           
static byte uncheckedByteCast(Object x)
           
static byte uncheckedByteCast(short x)
           
static char uncheckedCharCast(byte x)
           
static char uncheckedCharCast(char x)
           
static char uncheckedCharCast(double x)
           
static char uncheckedCharCast(float x)
           
static char uncheckedCharCast(int x)
           
static char uncheckedCharCast(long x)
           
static char uncheckedCharCast(Object x)
           
static char uncheckedCharCast(short x)
           
static double uncheckedDoubleCast(byte x)
           
static double uncheckedDoubleCast(double x)
           
static double uncheckedDoubleCast(float x)
           
static double uncheckedDoubleCast(int x)
           
static double uncheckedDoubleCast(long x)
           
static double uncheckedDoubleCast(Object x)
           
static double uncheckedDoubleCast(short x)
           
static float uncheckedFloatCast(byte x)
           
static float uncheckedFloatCast(double x)
           
static float uncheckedFloatCast(float x)
           
static float uncheckedFloatCast(int x)
           
static float uncheckedFloatCast(long x)
           
static float uncheckedFloatCast(Object x)
           
static float uncheckedFloatCast(short x)
           
static int uncheckedIntCast(byte x)
           
static int uncheckedIntCast(char x)
           
static int uncheckedIntCast(double x)
           
static int uncheckedIntCast(float x)
           
static int uncheckedIntCast(int x)
           
static int uncheckedIntCast(long x)
           
static int uncheckedIntCast(Object x)
           
static int uncheckedIntCast(short x)
           
static long uncheckedLongCast(byte x)
           
static long uncheckedLongCast(double x)
           
static long uncheckedLongCast(float x)
           
static long uncheckedLongCast(int x)
           
static long uncheckedLongCast(long x)
           
static long uncheckedLongCast(Object x)
           
static long uncheckedLongCast(short x)
           
static short uncheckedShortCast(byte x)
           
static short uncheckedShortCast(double x)
           
static short uncheckedShortCast(float x)
           
static short uncheckedShortCast(int x)
           
static short uncheckedShortCast(long x)
           
static short uncheckedShortCast(Object x)
           
static short uncheckedShortCast(short x)
           
static ISeq vals(Object coll)
           
static Var var(String ns, String name)
           
static Var var(String ns, String name, Object init)
           
static IPersistentVector vector(Object... init)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T

public static final Boolean T

F

public static final Boolean F

LOADER_SUFFIX

public static final String LOADER_SUFFIX
See Also:
Constant Field Values

UTF8

public static Charset UTF8

CLOJURE_NS

public static final Namespace CLOJURE_NS

OUT

public static final Var OUT

IN

public static final Var IN

ERR

public static final Var ERR

AGENT

public static final Var AGENT

READEVAL

public static final Var READEVAL

DATA_READERS

public static final Var DATA_READERS

DEFAULT_DATA_READER_FN

public static final Var DEFAULT_DATA_READER_FN

DEFAULT_DATA_READERS

public static final Var DEFAULT_DATA_READERS

SUPPRESS_READ

public static final Var SUPPRESS_READ

ASSERT

public static final Var ASSERT

MATH_CONTEXT

public static final Var MATH_CONTEXT

USE_CONTEXT_CLASSLOADER

public static final Var USE_CONTEXT_CLASSLOADER

UNCHECKED_MATH

public static final Var UNCHECKED_MATH

CURRENT_NS

public static final Var CURRENT_NS

EMPTY_ARRAY

public static final Object[] EMPTY_ARRAY

DEFAULT_COMPARATOR

public static final Comparator DEFAULT_COMPARATOR
Constructor Detail

RT

public RT()
Method Detail

processCommandLine

public static List<String> processCommandLine(String[] args)

errPrintWriter

public static PrintWriter errPrintWriter()

addURL

public static void addURL(Object url)
                   throws MalformedURLException
Throws:
MalformedURLException

keyword

public static Keyword keyword(String ns,
                              String name)

var

public static Var var(String ns,
                      String name)

var

public static Var var(String ns,
                      String name,
                      Object init)

loadResourceScript

public static void loadResourceScript(String name)
                               throws IOException
Throws:
IOException

maybeLoadResourceScript

public static void maybeLoadResourceScript(String name)
                                    throws IOException
Throws:
IOException

loadResourceScript

public static void loadResourceScript(String name,
                                      boolean failIfNotFound)
                               throws IOException
Throws:
IOException

loadResourceScript

public static void loadResourceScript(Class c,
                                      String name)
                               throws IOException
Throws:
IOException

loadResourceScript

public static void loadResourceScript(Class c,
                                      String name,
                                      boolean failIfNotFound)
                               throws IOException
Throws:
IOException

init

public static void init()

lastModified

public static long lastModified(URL url,
                                String libfile)
                         throws IOException
Throws:
IOException

load

public static void load(String scriptbase)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

load

public static void load(String scriptbase,
                        boolean failIfNotFound)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

nextID

public static int nextID()

loadLibrary

public static void loadLibrary(String libname)

chunkIteratorSeq

public static ISeq chunkIteratorSeq(Iterator iter)

seq

public static ISeq seq(Object coll)

iter

public static Iterator iter(Object coll)

seqOrElse

public static Object seqOrElse(Object o)

keys

public static ISeq keys(Object coll)

vals

public static ISeq vals(Object coll)

meta

public static IPersistentMap meta(Object x)

count

public static int count(Object o)

conj

public static IPersistentCollection conj(IPersistentCollection coll,
                                         Object x)

cons

public static ISeq cons(Object x,
                        Object coll)

first

public static Object first(Object x)

second

public static Object second(Object x)

third

public static Object third(Object x)

fourth

public static Object fourth(Object x)

next

public static ISeq next(Object x)

more

public static ISeq more(Object x)

peek

public static Object peek(Object x)

pop

public static Object pop(Object x)

get

public static Object get(Object coll,
                         Object key)

get

public static Object get(Object coll,
                         Object key,
                         Object notFound)

assoc

public static Associative assoc(Object coll,
                                Object key,
                                Object val)

contains

public static Object contains(Object coll,
                              Object key)

find

public static Object find(Object coll,
                          Object key)

findKey

public static ISeq findKey(Keyword key,
                           ISeq keyvals)

dissoc

public static Object dissoc(Object coll,
                            Object key)

nth

public static Object nth(Object coll,
                         int n)

nth

public static Object nth(Object coll,
                         int n,
                         Object notFound)

assocN

public static Object assocN(int n,
                            Object val,
                            Object coll)

box

public static Object box(Object x)
********************* Boxing/casts ******************************


box

public static Character box(char x)

box

public static Object box(boolean x)

box

public static Object box(Boolean x)

box

public static Number box(byte x)

box

public static Number box(short x)

box

public static Number box(int x)

box

public static Number box(long x)

box

public static Number box(float x)

box

public static Number box(double x)

charCast

public static char charCast(Object x)

charCast

public static char charCast(byte x)

charCast

public static char charCast(short x)

charCast

public static char charCast(char x)

charCast

public static char charCast(int x)

charCast

public static char charCast(long x)

charCast

public static char charCast(float x)

charCast

public static char charCast(double x)

booleanCast

public static boolean booleanCast(Object x)

booleanCast

public static boolean booleanCast(boolean x)

byteCast

public static byte byteCast(Object x)

byteCast

public static byte byteCast(byte x)

byteCast

public static byte byteCast(short x)

byteCast

public static byte byteCast(int x)

byteCast

public static byte byteCast(long x)

byteCast

public static byte byteCast(float x)

byteCast

public static byte byteCast(double x)

shortCast

public static short shortCast(Object x)

shortCast

public static short shortCast(byte x)

shortCast

public static short shortCast(short x)

shortCast

public static short shortCast(int x)

shortCast

public static short shortCast(long x)

shortCast

public static short shortCast(float x)

shortCast

public static short shortCast(double x)

intCast

public static int intCast(Object x)

intCast

public static int intCast(char x)

intCast

public static int intCast(byte x)

intCast

public static int intCast(short x)

intCast

public static int intCast(int x)

intCast

public static int intCast(float x)

intCast

public static int intCast(long x)

intCast

public static int intCast(double x)

longCast

public static long longCast(Object x)

longCast

public static long longCast(byte x)

longCast

public static long longCast(short x)

longCast

public static long longCast(int x)

longCast

public static long longCast(float x)

longCast

public static long longCast(long x)

longCast

public static long longCast(double x)

floatCast

public static float floatCast(Object x)

floatCast

public static float floatCast(byte x)

floatCast

public static float floatCast(short x)

floatCast

public static float floatCast(int x)

floatCast

public static float floatCast(float x)

floatCast

public static float floatCast(long x)

floatCast

public static float floatCast(double x)

doubleCast

public static double doubleCast(Object x)

doubleCast

public static double doubleCast(byte x)

doubleCast

public static double doubleCast(short x)

doubleCast

public static double doubleCast(int x)

doubleCast

public static double doubleCast(float x)

doubleCast

public static double doubleCast(long x)

doubleCast

public static double doubleCast(double x)

uncheckedByteCast

public static byte uncheckedByteCast(Object x)

uncheckedByteCast

public static byte uncheckedByteCast(byte x)

uncheckedByteCast

public static byte uncheckedByteCast(short x)

uncheckedByteCast

public static byte uncheckedByteCast(int x)

uncheckedByteCast

public static byte uncheckedByteCast(long x)

uncheckedByteCast

public static byte uncheckedByteCast(float x)

uncheckedByteCast

public static byte uncheckedByteCast(double x)

uncheckedShortCast

public static short uncheckedShortCast(Object x)

uncheckedShortCast

public static short uncheckedShortCast(byte x)

uncheckedShortCast

public static short uncheckedShortCast(short x)

uncheckedShortCast

public static short uncheckedShortCast(int x)

uncheckedShortCast

public static short uncheckedShortCast(long x)

uncheckedShortCast

public static short uncheckedShortCast(float x)

uncheckedShortCast

public static short uncheckedShortCast(double x)

uncheckedCharCast

public static char uncheckedCharCast(Object x)

uncheckedCharCast

public static char uncheckedCharCast(byte x)

uncheckedCharCast

public static char uncheckedCharCast(short x)

uncheckedCharCast

public static char uncheckedCharCast(char x)

uncheckedCharCast

public static char uncheckedCharCast(int x)

uncheckedCharCast

public static char uncheckedCharCast(long x)

uncheckedCharCast

public static char uncheckedCharCast(float x)

uncheckedCharCast

public static char uncheckedCharCast(double x)

uncheckedIntCast

public static int uncheckedIntCast(Object x)

uncheckedIntCast

public static int uncheckedIntCast(byte x)

uncheckedIntCast

public static int uncheckedIntCast(short x)

uncheckedIntCast

public static int uncheckedIntCast(char x)

uncheckedIntCast

public static int uncheckedIntCast(int x)

uncheckedIntCast

public static int uncheckedIntCast(long x)

uncheckedIntCast

public static int uncheckedIntCast(float x)

uncheckedIntCast

public static int uncheckedIntCast(double x)

uncheckedLongCast

public static long uncheckedLongCast(Object x)

uncheckedLongCast

public static long uncheckedLongCast(byte x)

uncheckedLongCast

public static long uncheckedLongCast(short x)

uncheckedLongCast

public static long uncheckedLongCast(int x)

uncheckedLongCast

public static long uncheckedLongCast(long x)

uncheckedLongCast

public static long uncheckedLongCast(float x)

uncheckedLongCast

public static long uncheckedLongCast(double x)

uncheckedFloatCast

public static float uncheckedFloatCast(Object x)

uncheckedFloatCast

public static float uncheckedFloatCast(byte x)

uncheckedFloatCast

public static float uncheckedFloatCast(short x)

uncheckedFloatCast

public static float uncheckedFloatCast(int x)

uncheckedFloatCast

public static float uncheckedFloatCast(long x)

uncheckedFloatCast

public static float uncheckedFloatCast(float x)

uncheckedFloatCast

public static float uncheckedFloatCast(double x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(Object x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(byte x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(short x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(int x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(long x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(float x)

uncheckedDoubleCast

public static double uncheckedDoubleCast(double x)

map

public static IPersistentMap map(Object... init)

mapUniqueKeys

public static IPersistentMap mapUniqueKeys(Object... init)

set

public static IPersistentSet set(Object... init)

vector

public static IPersistentVector vector(Object... init)

subvec

public static IPersistentVector subvec(IPersistentVector v,
                                       int start,
                                       int end)

list

public static ISeq list()
**************************************** list support *******************************


list

public static ISeq list(Object arg1)

list

public static ISeq list(Object arg1,
                        Object arg2)

list

public static ISeq list(Object arg1,
                        Object arg2,
                        Object arg3)

list

public static ISeq list(Object arg1,
                        Object arg2,
                        Object arg3,
                        Object arg4)

list

public static ISeq list(Object arg1,
                        Object arg2,
                        Object arg3,
                        Object arg4,
                        Object arg5)

listStar

public static ISeq listStar(Object arg1,
                            ISeq rest)

listStar

public static ISeq listStar(Object arg1,
                            Object arg2,
                            ISeq rest)

listStar

public static ISeq listStar(Object arg1,
                            Object arg2,
                            Object arg3,
                            ISeq rest)

listStar

public static ISeq listStar(Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4,
                            ISeq rest)

listStar

public static ISeq listStar(Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4,
                            Object arg5,
                            ISeq rest)

arrayToList

public static ISeq arrayToList(Object[] a)

object_array

public static Object[] object_array(Object sizeOrSeq)

toArray

public static Object[] toArray(Object coll)

seqToArray

public static Object[] seqToArray(ISeq seq)

seqToPassedArray

public static Object[] seqToPassedArray(ISeq seq,
                                        Object[] passed)

seqToTypedArray

public static Object seqToTypedArray(ISeq seq)

seqToTypedArray

public static Object seqToTypedArray(Class type,
                                     ISeq seq)

length

public static int length(ISeq list)

boundedLength

public static int boundedLength(ISeq list,
                                int limit)

readChar

public static Character readChar(Reader r)
                          throws IOException
Throws:
IOException

peekChar

public static Character peekChar(Reader r)
                          throws IOException
Throws:
IOException

getLineNumber

public static int getLineNumber(Reader r)

getColumnNumber

public static int getColumnNumber(Reader r)

getLineNumberingReader

public static LineNumberingPushbackReader getLineNumberingReader(Reader r)

isLineNumberingReader

public static boolean isLineNumberingReader(Reader r)

isReduced

public static boolean isReduced(Object r)

resolveClassNameInContext

public static String resolveClassNameInContext(String className)

suppressRead

public static boolean suppressRead()

printString

public static String printString(Object x)

readString

public static Object readString(String s)

readString

public static Object readString(String s,
                                Object opts)

print

public static void print(Object x,
                         Writer w)
                  throws IOException
Throws:
IOException

formatAesthetic

public static void formatAesthetic(Writer w,
                                   Object obj)
                            throws IOException
Throws:
IOException

formatStandard

public static void formatStandard(Writer w,
                                  Object obj)
                           throws IOException
Throws:
IOException

format

public static Object format(Object o,
                            String s,
                            Object... args)
                     throws IOException
Throws:
IOException

doFormat

public static ISeq doFormat(Writer w,
                            String s,
                            ISeq args)
                     throws IOException
Throws:
IOException

setValues

public static Object[] setValues(Object... vals)

makeClassLoader

public static ClassLoader makeClassLoader()

baseLoader

public static ClassLoader baseLoader()

resourceAsStream

public static InputStream resourceAsStream(ClassLoader loader,
                                           String name)

getResource

public static URL getResource(ClassLoader loader,
                              String name)

classForName

public static Class classForName(String name,
                                 boolean load,
                                 ClassLoader loader)

classForName

public static Class classForName(String name)

classForNameNonLoading

public static Class classForNameNonLoading(String name)

loadClassForName

public static Class loadClassForName(String name)

aget

public static float aget(float[] xs,
                         int i)

aset

public static float aset(float[] xs,
                         int i,
                         float v)

alength

public static int alength(float[] xs)

aclone

public static float[] aclone(float[] xs)

aget

public static double aget(double[] xs,
                          int i)

aset

public static double aset(double[] xs,
                          int i,
                          double v)

alength

public static int alength(double[] xs)

aclone

public static double[] aclone(double[] xs)

aget

public static int aget(int[] xs,
                       int i)

aset

public static int aset(int[] xs,
                       int i,
                       int v)

alength

public static int alength(int[] xs)

aclone

public static int[] aclone(int[] xs)

aget

public static long aget(long[] xs,
                        int i)

aset

public static long aset(long[] xs,
                        int i,
                        long v)

alength

public static int alength(long[] xs)

aclone

public static long[] aclone(long[] xs)

aget

public static char aget(char[] xs,
                        int i)

aset

public static char aset(char[] xs,
                        int i,
                        char v)

alength

public static int alength(char[] xs)

aclone

public static char[] aclone(char[] xs)

aget

public static byte aget(byte[] xs,
                        int i)

aset

public static byte aset(byte[] xs,
                        int i,
                        byte v)

alength

public static int alength(byte[] xs)

aclone

public static byte[] aclone(byte[] xs)

aget

public static short aget(short[] xs,
                         int i)

aset

public static short aset(short[] xs,
                         int i,
                         short v)

alength

public static int alength(short[] xs)

aclone

public static short[] aclone(short[] xs)

aget

public static boolean aget(boolean[] xs,
                           int i)

aset

public static boolean aset(boolean[] xs,
                           int i,
                           boolean v)

alength

public static int alength(boolean[] xs)

aclone

public static boolean[] aclone(boolean[] xs)

aget

public static Object aget(Object[] xs,
                          int i)

aset

public static Object aset(Object[] xs,
                          int i,
                          Object v)

alength

public static int alength(Object[] xs)

aclone

public static Object[] aclone(Object[] xs)


Copyright © 2015. All Rights Reserved.