ByteArrayLike | An array whose elements can be represented as an
Array<Byte> . |
CeylonBooleanIterable | A Ceylon Iterable <ceylon.language::Boolean> that adapts an instance of Java's
java.lang::Iterable (java.lang::Iterable )&… |
CeylonByteIterable | A Ceylon Iterable <ceylon.language::Byte> that adapts an instance of Java's
java.lang::Iterable (java.lang::Iterable )&l… |
CeylonCollection | A Ceylon Collection that wraps a JCollection . |
CeylonDestroyable | A Ceylon Destroyable that adapts an instance of Java's
AutoCloseable , allowing it to be used as a resource in
the try … |
CeylonFloatIterable | A Ceylon Iterable <ceylon.language::Float> that adapts an instance of Java's
java.lang::Iterable (java.lang::Iterable )&l… |
CeylonIntegerIterable | A Ceylon Iterable <ceylon.language::Integer> that adapts an instance of Java's
java.lang::Iterable (Iterable )<java.lan… |
CeylonIterable | A Ceylon Iterable that adapts an instance of Java's
JIterable , allowing its elements to be
iterated using a for loop. |
CeylonIterator | A Ceylon Iterator that adapts an instance of Java's
JIterator . |
CeylonList | A Ceylon List that wraps a JList . |
CeylonMap | A Ceylon Map that wraps a JMap . |
CeylonMutableList | A Ceylon MutableList that wraps a JList . |
CeylonMutableMap | A Ceylon MutableMap that wraps a JMap . |
CeylonMutableSet | A Ceylon MutableSet that wraps a JSet . |
CeylonSet | A Ceylon Set that wraps a JSet . |
CeylonStringIterable | A Ceylon Iterable <ceylon.language::String> that adapts an instance of Java's
java.lang::Iterable (java.lang::Iterable )&l… |
CeylonStringList | A List with keys of type String that wraps a List
with keys of type java.lang::String . |
CeylonStringMap | A Map with keys of type String that wraps a Map
with keys of type java.lang::String . |
CeylonStringMutableList | A MutableList with elements of type ceylon.language::String
that wraps a MutableList with elements of type java.lang::S… |
CeylonStringMutableMap | A MutableMap with keys of type ceylon.language::String
that wraps a MutableMap with keys of type java.lang::String . |
FloatArrayLike | An array whose elements can be represented as an
Array<Float> . |
IntegerArrayLike | An array whose elements can be represented as an
Array<Integer> . |
JavaCloseable | A Java AutoCloseable that adapts an instance of Ceylon's
Destroyable , allowing it to be used as a resource in
the try … |
JavaCollection | A Java Collection that wraps a Ceylon
Collection . T |
JavaComparator | A Java JComparator that wraps a function
returning Comparison . T |
JavaIterable | A Java JIterable that wraps a Ceylon Iterable . |
JavaIterator | A Java JIterator that wraps a Ceylon
Iterator . T |
JavaList | A Java List that wraps a Ceylon List .
T |
JavaMap | A Java Map that wraps a Ceylon Map . T |
JavaRunnable | A Java Runnable that executes the given
function. |
JavaSet | A Java Set that wraps a Ceylon Set . T |
JavaStringArrayLike | An array whose elements can be represented as an
ObjectArray<JavaString> . |
JavaStringList | A List with keys of type java.lang::String that wraps
a List with keys of type String . |
JavaStringMap | A Map with keys of type java.lang::String that wraps
a Map with keys of type String . |
JavaThread | A Java Thread that executes the given
function. |
StringArrayLike | An array whose elements can be represented as an
Array<Strin |
createJavaBooleanArray() | Create a new BooleanArray , that is, a Java boolean[]
array, with the given elements. |
createJavaByteArray() | Create a new ByteArray , that is, a Java byte[]
array, with the given elements. |
createJavaDoubleArray() | Create a new DoubleArray , that is, a Java double[]
array, with the given elements. |
createJavaFloatArray() | Create a new FloatArray , that is, a Java float[]
array, with the given elements. |
createJavaIntArray() | Create a new IntArray , that is, a Java int[]
array, with the given elements. |
createJavaLongArray() | Create a new LongArray , that is, a Java long[]
array, with the given elements. |
createJavaObjectArray() | Create a new ObjectArray , that is, a Java array that is
a subtype of Object[] , with the given elements. |
createJavaShortArray() | Create a new ShortArray , that is, a Java short[]
array, with the given elements. |
createJavaStringArray() | Create a new string array, that is, a Java
String[] array, with the given elements. |
javaAnnotationClass() | A Java Class object representing the Java
annotation type corresponding to the given Ceylon
Type. |
javaBooleanArray() | The BooleanArray , that is, the Java boolean[] array,
underlying the given Ceylon array . C |
javaByteArray() | The ByteArray , that is, the Java byte[] array
underlying the given Ceylon array . |
javaCharArray() | The CharArray , that is, the Java char[] array
underlying the given Ceylon array . C |
javaClass() | A Java Class object representing the given
Type . |
javaClassFromDeclaration() | A Java Class object representing the given
ClassOrInterfaceDeclaration . |
javaClassFromInstance() | A Java Class object representing the
concrete type of the given instance . |
javaClassFromModel() | A Java Class object representing the given
ClassOrInterface . |
javaDoubleArray() | The DoubleArray , that is, the Java double[] array
underlying the given Ceylon array . C |
javaFloatArray() | The FloatArray , that is, the Java float[] array
underlying the given Ceylon array . C |
javaIntArray() | The IntArray , that is, the Java int[] array
underlying the given Ceylon array . |
javaLongArray() | The LongArray , that is, the Java long[] array
underlying the given Ceylon array . |
javaObjectArray() | The ObjectArray , that is, the Java Object[] array
underlying the given Ceylon array . C |
javaShortArray() | The ShortArray , that is, the Java short[] array
underlying the given Ceylon array . |
javaStackTrace() | The stack trace information for the given Throwable as
a sequence of Java StackTraceElement s, or the empty
sequence if n… |
javaString() | The JavaString underlying the given Ceylon
String . |
javaStringArray() | The string array, that is, the Java
String[] array underlying the given Ceylon array .
C |
synchronize() | Runs the do() callback in a block synchronized on on . |
toByteArray() | Create a new Array<Byte> with the same elements as the
given array . |
toFloatArray() | Create a new Array<Float> with the same elements as the
given array . |
toIntegerArray() | Create a new Array<Integer> with the same elements as the
given array . |
toJavaStringArray() | Create a new Java string array, that is,
a Java String[] , with the same elements as the given
array of Ceylon strings. |
toStringArray() | Create a new Ceylon string array, that is, an
Array<Strin |