Index

! % & * + - / : < = > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \ ^ _ | ~

!

def ! in scala/Boolean-class
def ! in scala/concurrent/Process-class
def != in scala/Unit-class
def != in scala/Byte-class
def != in scala/Byte-class
def != in scala/Byte-class
def != in scala/Byte-class
def != in scala/Byte-class
def != in scala/Char-class
def != in scala/Char-class
def != in scala/Char-class
def != in scala/Char-class
def != in scala/Char-class
def != in scala/Long-class
def != in scala/Long-class
def != in scala/Long-class
def != in scala/Long-class
def != in scala/Short-class
def != in scala/Short-class
def != in scala/Short-class
def != in scala/Short-class
def != in scala/Short-class
def != in scala/Boolean-class
def != in scala/Boolean-class
def != in scala/Int-class
def != in scala/Int-class
def != in scala/Int-class
def != in scala/Int-class
def != in scala/Int-class
def != in scala/Float-class
def != in scala/Float-class
def != in scala/Float-class
def != in scala/Double-class
def != in scala/Double-class
def != in scala/Any-class

%

def % in scala/Byte-class
def % in scala/Byte-class
def % in scala/Byte-class
def % in scala/Byte-class
def % in scala/Char-class
def % in scala/Char-class
def % in scala/Char-class
def % in scala/Char-class
def % in scala/Long-class
def % in scala/Long-class
def % in scala/Long-class
def % in scala/Short-class
def % in scala/Short-class
def % in scala/Short-class
def % in scala/Short-class
def % in scala/Int-class
def % in scala/Int-class
def % in scala/Int-class
def % in scala/Int-class
def % in scala/Float-class
def % in scala/Float-class
def % in scala/Double-class
def % in scala/xml/AttributeSeq-class
Return a new AttributeSeq with updated or added attributes
def % in scala/xml/Elem-class
Return a new element with updated attributes
def % in scala/xml/Elem-class
Return a new symbol with updated attribute

&

def & in scala/Byte-class
def & in scala/Byte-class
def & in scala/Char-class
def & in scala/Char-class
def & in scala/Long-class
def & in scala/Short-class
def & in scala/Short-class
def & in scala/Boolean-class
def & in scala/Int-class
def & in scala/Int-class
def && in scala/Boolean-class

*

def * in scala/Byte-class
def * in scala/Byte-class
def * in scala/Byte-class
def * in scala/Byte-class
def * in scala/Char-class
def * in scala/Char-class
def * in scala/Char-class
def * in scala/Char-class
def * in scala/Long-class
def * in scala/Long-class
def * in scala/Long-class
def * in scala/Short-class
def * in scala/Short-class
def * in scala/Short-class
def * in scala/Short-class
def * in scala/Int-class
def * in scala/Int-class
def * in scala/Int-class
def * in scala/Int-class
def * in scala/Float-class
def * in scala/Float-class
def * in scala/Double-class
def * in scala/concurrent/pilib/Chan-class
Syntactic sugar for input.
def * in scala/concurrent/pilib/Product-class

+

def + in scala/Unit-class
def + in scala/Byte-class
def + in scala/Byte-class
def + in scala/Byte-class
def + in scala/Byte-class
def + in scala/Byte-class
def + in scala/Byte-class
def + in scala/Char-class
def + in scala/Char-class
def + in scala/Char-class
def + in scala/Char-class
def + in scala/Char-class
def + in scala/Char-class
def + in scala/Long-class
def + in scala/Long-class
def + in scala/Long-class
def + in scala/Long-class
def + in scala/Long-class
def + in scala/Short-class
def + in scala/Short-class
def + in scala/Short-class
def + in scala/Short-class
def + in scala/Short-class
def + in scala/Short-class
def + in scala/Boolean-class
def + in scala/Int-class
def + in scala/Int-class
def + in scala/Int-class
def + in scala/Int-class
def + in scala/Int-class
def + in scala/Int-class
def + in scala/Float-class
def + in scala/Float-class
def + in scala/Float-class
def + in scala/Float-class
def + in scala/Double-class
def + in scala/Double-class
def + in scala/Double-class
def + in scala/collection/mutable/BufferProxy-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/mutable/ListBuffer-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/mutable/Buffer-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/mutable/ArrayBuffer-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/mutable/SynchronizedBuffer-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/mutable/ObservableBuffer-class
Append a single element to this buffer and return the identity of the buffer.
def + in scala/collection/immutable/Map-class
This method defines syntactic sugar for adding a mapping.
def + in scala/collection/immutable/Set-class
This method creates a new set with an additional element.
def + in scala/collection/immutable/ListSet-class
This method creates a new set with an additional element.
def + in scala/collection/immutable/ListSet-class/Node-class
This method creates a new set with an additional element.
def + in scala/collection/immutable/Queue-class
Creates a new queue with element added at the end of the old queue.
def + in scala/collection/immutable/Queue-class
Returns a new queue with all all elements provided by an Iterable object added at the end of the queue.
def + in scala/collection/immutable/TreeSet-class
This method creates a new set with an additional element.
def + in scala/collection/immutable/Stack-class
Push an element on the stack.
def + in scala/collection/immutable/Stack-class
Push all elements provided by the given iterable object onto the stack.
def + in scala/collection/immutable/Stack-class/Node-class
Push an element on the stack.
def + in scala/collection/immutable/Stack-class/Node-class
Push all elements provided by the given iterable object onto the stack.
def + in scala/xml/NodeBuffer-class
append a single node to this buffer, returns reference on this NodeBuffer for convenience.
def + in scala/xml/NodeBuffer-class
append a sequence of nodes to this buffer, returns reference on this NodeBuffer for convenience.
def + in scala/xml/NodeBuffer-class
append given string as a scala.xml.Text node to this buffer, returns reference on this NodeBuffer for convenience.
def ++ in scala/collection/mutable/BufferProxy-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/ArrayBuffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/SynchronizedBuffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++ in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++: in scala/collection/mutable/BufferProxy-class
Prepends a number of elements provided by an iterable object via its elements method.
def ++: in scala/collection/mutable/Buffer-class
Prepends a number of elements provided by an iterable object via its elements method.
def ++: in scala/collection/mutable/ArrayBuffer-class
Prepends a number of elements provided by an iterable object via its elements method.
def ++: in scala/collection/mutable/SynchronizedBuffer-class
Prepends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/PriorityQueueProxy-class
Adds all elements provided by an Iterable object into the priority queue.
def ++= in scala/collection/mutable/PriorityQueueProxy-class
Adds all elements provided by an iterator into the priority queue.
def ++= in scala/collection/mutable/SetProxy-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/SetProxy-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/Map-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/Map-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/BufferProxy-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/SynchronizedPriorityQueue-class
Adds all elements provided by an Iterable object into the priority queue.
def ++= in scala/collection/mutable/SynchronizedPriorityQueue-class
Adds all elements provided by an iterator into the priority queue.
def ++= in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/MapProxy-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/MapProxy-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/Stack-class
Pushes all elements provided by an Iterable object on top of the stack.
def ++= in scala/collection/mutable/Stack-class
Pushes all elements provided by an iterator on top of the stack.
def ++= in scala/collection/mutable/SynchronizedBuffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def ++= in scala/collection/mutable/Set-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/Set-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/SynchronizedMap-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/SynchronizedMap-class
This method adds all the mappings provided by an iterator of parameter map to the map.
def ++= in scala/collection/mutable/SynchronizedSet-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/SynchronizedSet-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def ++= in scala/collection/mutable/StackProxy-class
Pushes all elements provided by an Iterable object on top of the stack.
def ++= in scala/collection/mutable/StackProxy-class
Pushes all elements provided by an iterator on top of the stack.
def ++= in scala/collection/mutable/PriorityQueue-class
Adds all elements provided by an Iterable object into the priority queue.
def ++= in scala/collection/mutable/PriorityQueue-class
Adds all elements provided by an iterator into the priority queue.
def ++= in scala/collection/mutable/SynchronizedStack-class
Pushes all elements provided by an Iterable object on top of the stack.
def ++= in scala/collection/mutable/SynchronizedStack-class
Pushes all elements provided by an iterator on top of the stack.
def ++= in scala/collection/mutable/SynchronizedQueue-class
Adds all elements provided by an Iterable object at the end of the queue.
def ++= in scala/collection/mutable/SynchronizedQueue-class
Adds all elements provided by an iterator at the end of the queue.
def ++= in scala/collection/mutable/Queue-class
Adds all elements provided by an Iterable object at the end of the queue.
def ++= in scala/collection/mutable/Queue-class
Adds all elements provided by an iterator at the end of the queue.
def ++= in scala/collection/mutable/QueueProxy-class
Adds all elements provided by an Iterable object at the end of the queue.
def ++= in scala/collection/mutable/QueueProxy-class
Adds all elements provided by an iterator at the end of the queue.
def +: in scala/collection/mutable/BufferProxy-class
Prepend a single element to this buffer and return the identity of the buffer.
def +: in scala/collection/mutable/ListBuffer-class
Prepend a single element to this buffer and return the identity of the buffer.
def +: in scala/collection/mutable/Buffer-class
Prepend a single element to this buffer and return the identity of the buffer.
def +: in scala/collection/mutable/ArrayBuffer-class
Prepend a single element to this buffer and return the identity of the buffer.
def +: in scala/collection/mutable/SynchronizedBuffer-class
Prepend a single element to this buffer and return the identity of the buffer.
def +: in scala/collection/mutable/ObservableBuffer-class
Prepend a single element to this buffer and return the identity of the buffer.
def += in scala/collection/mutable/PriorityQueueProxy-class
Inserts a single element into the priority queue.
def += in scala/collection/mutable/SetProxy-class
This method adds a new element to the set.
def += in scala/collection/mutable/Map-class
This method defines syntactic sugar for adding or modifying mappings.
def += in scala/collection/mutable/HashSet-class
This method adds a new element to the set.
def += in scala/collection/mutable/BufferProxy-class
Append a single element to this buffer.
def += in scala/collection/mutable/SynchronizedPriorityQueue-class
Inserts a single element into the priority queue.
def += in scala/collection/mutable/Buffer-class
Append a single element to this buffer.
def += in scala/collection/mutable/Stack-class
Pushes a single element on top of the stack.
def += in scala/collection/mutable/SynchronizedBuffer-class
Append a single element to this buffer.
def += in scala/collection/mutable/Set-class
This method adds a new element to the set.
def += in scala/collection/mutable/SynchronizedSet-class
This method adds a new element to the set.
def += in scala/collection/mutable/StackProxy-class
Pushes a single element on top of the stack.
def += in scala/collection/mutable/PriorityQueue-class
Inserts a single element into the priority queue.
def += in scala/collection/mutable/SynchronizedStack-class
Pushes a single element on top of the stack.
def += in scala/collection/mutable/JavaSetAdaptor-class
This method adds a new element to the set.
def += in scala/collection/mutable/SynchronizedQueue-class
Inserts a single element at the end of the queue.
def += in scala/collection/mutable/Queue-class
Inserts a single element at the end of the queue.
def += in scala/collection/mutable/ImmutableSetAdaptor-class
This method adds a new element to the set.
def += in scala/collection/mutable/ObservableSet-class
This method adds a new element to the set.
def += in scala/collection/mutable/QueueProxy-class
Inserts a single element at the end of the queue.

-

def - in scala/Byte-class
def - in scala/Byte-class
def - in scala/Byte-class
def - in scala/Byte-class
def - in scala/Byte-class
def - in scala/Char-class
def - in scala/Char-class
def - in scala/Char-class
def - in scala/Char-class
def - in scala/Char-class
def - in scala/Long-class
def - in scala/Long-class
def - in scala/Long-class
def - in scala/Long-class
def - in scala/Short-class
def - in scala/Short-class
def - in scala/Short-class
def - in scala/Short-class
def - in scala/Short-class
def - in scala/Int-class
def - in scala/Int-class
def - in scala/Int-class
def - in scala/Int-class
def - in scala/Int-class
def - in scala/Float-class
def - in scala/Float-class
def - in scala/Float-class
def - in scala/Double-class
def - in scala/Double-class
def - in scala/collection/immutable/Map-class
This creates a new mapping without the given key.
def - in scala/collection/immutable/Set-class
- can be used to remove a single element from a set.
def - in scala/collection/immutable/TreeMap-class
Removes the key from the TreeMap.
def - in scala/collection/immutable/ListSet-class
- can be used to remove a single element from a set.
def - in scala/collection/immutable/ListSet-class/Node-class
- can be used to remove a single element from a set.
def - in scala/collection/immutable/ListMap-class
This creates a new mapping without the given key.
def - in scala/collection/immutable/ListMap-class/Node-class
This creates a new mapping without the given key.
def - in scala/collection/immutable/TreeSet-class
- can be used to remove a single element from a set.
def --= in scala/collection/mutable/SetProxy-class
This method removes all the elements provided by the the iterable object that from the set.
def --= in scala/collection/mutable/SetProxy-class
This method removes all the elements provided by an iterator it from the set.
def --= in scala/collection/mutable/Map-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/Map-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/MapProxy-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/MapProxy-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/Set-class
This method removes all the elements provided by the the iterable object that from the set.
def --= in scala/collection/mutable/Set-class
This method removes all the elements provided by an iterator it from the set.
def --= in scala/collection/mutable/SynchronizedMap-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/SynchronizedMap-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def --= in scala/collection/mutable/SynchronizedSet-class
This method removes all the elements provided by the the iterable object that from the set.
def --= in scala/collection/mutable/SynchronizedSet-class
This method removes all the elements provided by an iterator it from the set.
def -= in scala/collection/mutable/SetProxy-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/Map-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/HashSet-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/MapProxy-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/ImmutableMapAdaptor-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/JavaMapAdaptor-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/HashMap-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/ObservableMap-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/Set-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/SynchronizedMap-class
This method removes a mapping from the given key.
def -= in scala/collection/mutable/SynchronizedSet-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/JavaSetAdaptor-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/ImmutableSetAdaptor-class
-= can be used to remove a single element from a set.
def -= in scala/collection/mutable/ObservableSet-class
-= can be used to remove a single element from a set.
def -> in scala/collection/immutable/Map-class/MapTo-class

/

def / in scala/Byte-class
def / in scala/Byte-class
def / in scala/Byte-class
def / in scala/Byte-class
def / in scala/Char-class
def / in scala/Char-class
def / in scala/Char-class
def / in scala/Char-class
def / in scala/Long-class
def / in scala/Long-class
def / in scala/Long-class
def / in scala/Short-class
def / in scala/Short-class
def / in scala/Short-class
def / in scala/Short-class
def / in scala/Int-class
def / in scala/Int-class
def / in scala/Int-class
def / in scala/Int-class
def / in scala/Float-class
def / in scala/Float-class
def / in scala/Double-class
def /: in scala/IterableProxy-class
Similar to foldLeft but can be used as an operator with the order of list and zero arguments reversed.
def /: in scala/Iterator-class
Similar to foldLeft but can be used as an operator with the order of list and zero arguments reversed.
def /: in scala/Iterable-class
Similar to foldLeft but can be used as an operator with the order of list and zero arguments reversed.

:

def :: in scala/List-class
Add an element x at the beginning of this list.
class :: in scala
A non empty list characterized by a head and a tail.
def ::: in scala/List-class
Returns a list resulting from the concatenation of the given list prefix and this list.
def :\ in scala/IterableProxy-class
An alias for foldRight.
def :\ in scala/Iterator-class
An alias for foldRight.
def :\ in scala/Iterable-class
An alias for foldRight.

<

def < in scala/Byte-class
def < in scala/Byte-class
def < in scala/Byte-class
def < in scala/Byte-class
def < in scala/Char-class
def < in scala/Char-class
def < in scala/Char-class
def < in scala/Char-class
def < in scala/Long-class
def < in scala/Long-class
def < in scala/Long-class
def < in scala/Short-class
def < in scala/Short-class
def < in scala/Short-class
def < in scala/Short-class
def < in scala/Ordered-class
def < in scala/PartiallyOrdered-class
def < in scala/Int-class
def < in scala/Int-class
def < in scala/Int-class
def < in scala/Int-class
def < in scala/Float-class
def < in scala/Float-class
def < in scala/Double-class
def < in scala/concurrent/pilib/Spawn-class
def << in scala/Byte-class
def << in scala/Byte-class
def << in scala/Char-class
def << in scala/Char-class
def << in scala/Long-class
def << in scala/Long-class
def << in scala/Short-class
def << in scala/Short-class
def << in scala/Int-class
def << in scala/Int-class
def << in scala/collection/mutable/SetProxy-class
Send a message to this scriptable object.
def << in scala/collection/mutable/Map-class
Send a message to this scriptable object.
def << in scala/collection/mutable/Scriptable-class
Send a message to this scriptable object.
def << in scala/collection/mutable/BufferProxy-class
Send a message to this scriptable object.
def << in scala/collection/mutable/Buffer-class
Send a message to this scriptable object.
def << in scala/collection/mutable/MapProxy-class
Send a message to this scriptable object.
def << in scala/collection/mutable/SynchronizedBuffer-class
Send a message to this scriptable object.
def << in scala/collection/mutable/Set-class
Send a message to this scriptable object.
def << in scala/collection/mutable/SynchronizedMap-class
Send a message to this scriptable object.
def << in scala/collection/mutable/SynchronizedSet-class
Send a message to this scriptable object.
def <= in scala/Byte-class
def <= in scala/Byte-class
def <= in scala/Byte-class
def <= in scala/Byte-class
def <= in scala/Char-class
def <= in scala/Char-class
def <= in scala/Char-class
def <= in scala/Char-class
def <= in scala/Long-class
def <= in scala/Long-class
def <= in scala/Long-class
def <= in scala/Short-class
def <= in scala/Short-class
def <= in scala/Short-class
def <= in scala/Short-class
def <= in scala/Ordered-class
def <= in scala/PartiallyOrdered-class
def <= in scala/Int-class
def <= in scala/Int-class
def <= in scala/Int-class
def <= in scala/Int-class
def <= in scala/Float-class
def <= in scala/Float-class
def <= in scala/Double-class
class

=

def == in scala/Unit-class
def == in scala/Byte-class
def == in scala/Byte-class
def == in scala/Byte-class
def == in scala/Byte-class
def == in scala/Byte-class
def == in scala/Char-class
def == in scala/Char-class
def == in scala/Char-class
def == in scala/Char-class
def == in scala/Char-class
def == in scala/Long-class
def == in scala/Long-class
def == in scala/Long-class
def == in scala/Long-class
def == in scala/Short-class
def == in scala/Short-class
def == in scala/Short-class
def == in scala/Short-class
def == in scala/Short-class
def == in scala/Boolean-class
def == in scala/Boolean-class
def == in scala/Int-class
def == in scala/Int-class
def == in scala/Int-class
def == in scala/Int-class
def == in scala/Int-class
def == in scala/Float-class
def == in scala/Float-class
def == in scala/Float-class
def == in scala/Double-class
def == in scala/Double-class
def == in scala/Any-class

>

def > in scala/Byte-class
def > in scala/Byte-class
def > in scala/Byte-class
def > in scala/Byte-class
def > in scala/Char-class
def > in scala/Char-class
def > in scala/Char-class
def > in scala/Char-class
def > in scala/Long-class
def > in scala/Long-class
def > in scala/Long-class
def > in scala/Short-class
def > in scala/Short-class
def > in scala/Short-class
def > in scala/Short-class
def > in scala/Ordered-class
def > in scala/PartiallyOrdered-class
def > in scala/Int-class
def > in scala/Int-class
def > in scala/Int-class
def > in scala/Int-class
def > in scala/Float-class
def > in scala/Float-class
def > in scala/Double-class
def > in scala/concurrent/pilib/Spawn-class
def >= in scala/Byte-class
def >= in scala/Byte-class
def >= in scala/Byte-class
def >= in scala/Byte-class
def >= in scala/Char-class
def >= in scala/Char-class
def >= in scala/Char-class
def >= in scala/Char-class
def >= in scala/Long-class
def >= in scala/Long-class
def >= in scala/Long-class
def >= in scala/Short-class
def >= in scala/Short-class
def >= in scala/Short-class
def >= in scala/Short-class
def >= in scala/Ordered-class
def >= in scala/PartiallyOrdered-class
def >= in scala/Int-class
def >= in scala/Int-class
def >= in scala/Int-class
def >= in scala/Int-class
def >= in scala/Float-class
def >= in scala/Float-class
def >= in scala/Double-class
def >> in scala/Byte-class
def >> in scala/Byte-class
def >> in scala/Char-class
def >> in scala/Char-class
def >> in scala/Long-class
def >> in scala/Long-class
def >> in scala/Short-class
def >> in scala/Short-class
def >> in scala/Int-class
def >> in scala/Int-class
def >>> in scala/Byte-class
def >>> in scala/Byte-class
def >>> in scala/Char-class
def >>> in scala/Char-class
def >>> in scala/Long-class
def >>> in scala/Long-class
def >>> in scala/Short-class
def >>> in scala/Short-class
def >>> in scala/Int-class
def >>> in scala/Int-class

A

object ANYHEDGE in scala/runtime/matching
object ANYTREE in scala/runtime/matching
object ANY_ in scala/xml/dtd/ContentModel
class Actor in scala/concurrent
class Address in scala/runtime/matching
Address holds the path in reverse Dewey notation
object Address in scala/runtime/matching
class All in scala
class AllRef in scala
trait Alphabet in scala/util/alphabet
trait AlphabetPlusWildcard in scala/util/alphabet
class Alt in scala/util/regexp/Base-class
Alt( R,R,R* )
class Any in scala
object AnyHedgeRHS in scala/util/grammar
right hand side of a hedge production, deriving any hedge
object AnyNode in scala/runtime/matching
class AnyNodeRule in scala/runtime/matching
type AnyRef in scala
object AnyTreeRHS in scala/util/grammar
class AnyTreeRule in scala/runtime/matching
class AnyVal in scala
class Application in scala
The Application class can be used to quickly turn objects into executable programs.
class Array in scala
def Array in scala/Predef
Create an array with given elements.
class ArrayBuffer in scala/collection/mutable
An implementation of the Buffer trait using an array to represent the assembled sequence internally.
class AttrDecl in scala/xml/dtd
an attribute declaration
class Attrib in scala/xml/path/Expression
trait AttribValue in scala/xml/parsing
a container for attribute values
class Attribute in scala
A base class for attributes
class Attribute in scala/xml
An XML attribute
class AttributeSeq in scala/xml
Sorted linear list of XML attributes.
object AttributeSeq in scala/xml
class AttributeValidator in scala/xml/dtd
only CDATA attributes, ignores attributes that have different namespace
trait Autom in scala/xml/dtd/ElementValidator-class
val a in scala/util/regexp/WordExp-class/Letter-class
var aMap in scala/xml/parsing/MarkupParser-class
type aNode in scala/collection/immutable/Tree-class
The type of nodes that the tree is build from.
def acc in scala/xml/dtd/Scanner-class
def accS in scala/xml/dtd/Scanner-class
def accept in scala/xml/dtd/Parser
def acquire in scala/concurrent/Lock-class
def activateSubscription in scala/collection/mutable/Publisher-class
def add in scala/collection/mutable/MultiMap-class
def add in scala/collection/immutable/Tree-class
A new tree with the entry added is returned, assuming that key is not in the tree.
def add in scala/xml/dtd/AttributeValidator-class
def addAnyHedgeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addAnyTreeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addConsRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addEmptyHedgeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addEntry in scala/collection/mutable/DefaultMapModel-class
def addEntry in scala/collection/mutable/HashTable-class
def addHedgeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addTreeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
def addTreeRule in scala/util/grammar/MutableTreeHedgeGrammar-class
package alphabet in scala/util
def and in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
def append in scala/Iterator-class
Returns a new iterator that first yields the elements of this iterator followed by the elements provided by iterator that.
def append in scala/Stream-class
def append in scala/collection/mutable/BufferProxy-class
Appends a sequence of elements to this buffer.
def append in scala/collection/mutable/Buffer-class
Appends a sequence of elements to this buffer.
def append in scala/collection/mutable/SingleLinkedList-class
def append in scala/collection/mutable/SynchronizedBuffer-class
Appends a sequence of elements to this buffer.
def append in scala/collection/mutable/DoubleLinkedList-class
def append in scala/concurrent/QueueModule-class
Append an element to a queue.
def append in scala/xml/TextBuffer-class
appends this string to the text buffer, trimming whitespaces as needed
def appendAll in scala/collection/mutable/BufferProxy-class
Appends a number of elements provided by an iterable object via its elements method.
def appendAll in scala/collection/mutable/Buffer-class
Appends a number of elements provided by an iterable object via its elements method.
def appendAll in scala/collection/mutable/SynchronizedBuffer-class
Appends a number of elements provided by an iterable object via its elements method.
def appendChar in scala/xml/TextBuffer-class
def appendElem in scala/collection/mutable/MutableList-class
def appendEscapedQuoted in scala/xml/Utility
appends "s" and escapes and " i s with \"
def appendPrefixedName in scala/xml/Utility
def appendQuoted in scala/xml/Utility
appends "s" if s does not contain ", 's' otherwise
def appendSpace in scala/xml/TextBuffer-class
def appendText in scala/xml/parsing/MarkupParser-class
def apply in scala/Function0-class
def apply in scala/Function5-class
def apply in scala/Function6-class
def apply in scala/Function3-class
def apply in scala/Function9-class
def apply in scala/List-class
Returns the n-th element of this list.
def apply in scala/List
Create a list with given elements.
def apply in scala/Function8-class
def apply in scala/Function1-class
def apply in scala/Function2-class
def apply in scala/Array-class
def apply in scala/Array-class
def apply in scala/Stream-class
def apply in scala/SeqProxy-class
Access element number n.
def apply in scala/Function7-class
def apply in scala/Enumeration-class
Returns the enumeration value for the given id.
def apply in scala/Function4-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/mobile/Code-class
def apply in scala/collection/BitSet-class
returns true if bit i is set
def apply in scala/collection/Map-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/MapProxy-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/Set-class
This method allows sets to be interpreted as predicates.
def apply in scala/collection/mutable/ResizableBitSet-class
returns true if bit i is set
def apply in scala/collection/mutable/BufferProxy-class
def apply in scala/collection/mutable/ImmutableMapAdaptor-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/mutable/JavaMapAdaptor-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/mutable/SingleLinkedList-class
def apply in scala/collection/mutable/ArrayBuffer-class
def apply in scala/collection/mutable/SynchronizedBuffer-class
def apply in scala/collection/mutable/SynchronizedMap-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/mutable/StackProxy-class
Access element number n.
def apply in scala/collection/mutable/MutableList-class
Returns the nth element of this list.
def apply in scala/collection/mutable/QueueProxy-class
Access element number n.
def apply in scala/collection/immutable/TreeMap-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/immutable/BitSet-class
returns true if bit i is set
def apply in scala/collection/immutable/Tree-class/GBNil
def apply in scala/collection/immutable/ListMap-class/Node-class
Retrieve the value which is associated with the given key.
def apply in scala/collection/immutable/Queue-class
Returns the n-th element of this queue.
def apply in scala/collection/immutable/Stack-class
Returns the n-th element of this stack.
def apply in scala/collection/immutable/Stack-class/Node-class
Returns the n-th element of this stack.
def apply in scala/concurrent/pilib/Chan-class
Syntactic sugar for output.
def apply in scala/xml/AttributeSeq-class
def apply in scala/xml/NodeSeq-class
def apply in scala/xml/path/Expression/Expr-class
var array in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
var array in scala/collection/mutable/ResizableArray-class
val array in scala/collection/immutable/BitSet-class
def asInstanceOf in scala/Any-class
def asInt in scala/xml/parsing/AttribValue-class
def asList in scala/xml/NodeSeq-class
def asString in scala/xml/parsing/AttribValue-class
def assert in scala/Predef
def assert in scala/Predef
def assertEquals in scala/testing/UnitTest
def assertNotEquals in scala/testing/UnitTest
def assertSameElements in scala/testing/UnitTest
def at in scala/Stream-class
def atom in scala/xml/dtd/Parser
val attValue in scala/xml/dtd/DEFAULT-class
def attach in scala/concurrent/pilib/Chan-class
Attach a function to be evaluated at each communication event on this channel.
def attr2xml in scala/xml/Utility
for a Node n, returns string representation of n.attributes *
val attrSpec in scala/xml/dtd/AttributeValidator-class
val attribStack in scala/xml/FactoryAdapter-class
val attribs in scala/xml/dtd/ElemDecl-class
var attribsTemplate in scala/xml/dtd/AttributeValidator-class
def attribute in scala/xml/Node-class
attribute map for attributes with the same namespace as this element
def attribute in scala/xml/PublicID-class
always empty
def attribute in scala/xml/parsing/MarkupHandler-class
def attributeCDataValue in scala/xml/parsing/ConstructingHandler-class
def attributeCDataValue in scala/xml/parsing/MarkupHandler-class
def attributeNamespaceDecl in scala/xml/parsing/ConstructingHandler-class
def attributeNamespaceDecl in scala/xml/parsing/MarkupHandler-class
val attributes in scala/xml/Elem-class
attribute axis - all attributes of this node, in order defined by attrib
def attributes in scala/xml/Node-class
attribute axis - all attributes of this node, in order defined by attrib
def attributes in scala/xml/SpecialNode-class
always empty
var autom in scala/xml/dtd/ElementValidator-class
package automata in scala/util
def automatonFrom in scala/util/automata/WordBerrySethi-class
var available in scala/concurrent/Lock-class
def await in scala/concurrent/SyncChannel-class

B

val BLACK in scala/Console
val BLACK_B in scala/Console
val BLINK in scala/Console
val BLUE in scala/Console
val BLUE_B in scala/Console
val BOLD in scala/Console
trait Base in scala/util/regexp
basic regular expressions
class BaseBerrySethi in scala/util/automata
this turns a regexp over A into a NondetWorkAutom over A using the celebrated position automata construction (also called Berry-Sethi or Glushkov)
class BindingFactoryAdapter in scala/xml
a FactoryAdapter that creates instances of classes binding XML types.
class BitSet in scala/collection
The class BitSet ...
class BitSet in scala/collection/immutable
class Boolean in scala
class Box in scala/xml/PrettyPrinter-class
object Break in scala/xml/PrettyPrinter-class
class BrokenException in scala/xml/PrettyPrinter-class
trait Buffer in scala/collection/mutable
Buffers are used to create sequences of elements incrementally by appending, prepending, or inserting new elements.
class BufferProxy in scala/collection/mutable
This is a simple proxy class for scala.collection.mutable.Buffer.
trait BufferedIterator in scala
Buffered iterators are iterators which allow to inspect the next element without discarding it.
class Byte in scala
class ByteArray in scala/collection/mutable/ResizableBitSet-class
def b2b in scala/runtime/RunTime
def b2c in scala/runtime/RunTime
def b2d in scala/runtime/RunTime
def b2f in scala/runtime/RunTime
def b2i in scala/runtime/RunTime
def b2l in scala/runtime/RunTime
def b2s in scala/runtime/RunTime
def balance in scala/collection/immutable/Tree-class
Create a new balanced tree from the tree.
def balance in scala/collection/immutable/Tree-class/GBNil
def balance_list in scala/collection/immutable/Tree-class
def balance_list_1 in scala/collection/immutable/Tree-class
def balance_p in scala/collection/immutable/Tree-class/INode-class
def barray in scala/runtime/RunTime
def barray_get in scala/runtime/RunTime
def barray_length in scala/runtime/RunTime
def barray_set in scala/runtime/RunTime
type boolean in scala/Predef
def booleanElements in scala/collection/BitSet-class
returns an iterator over the truth values of all bits
def box__array in scala/runtime/RunTime
def box_barray in scala/runtime/RunTime
def box_bvalue in scala/runtime/RunTime
def box_carray in scala/runtime/RunTime
def box_cvalue in scala/runtime/RunTime
def box_darray in scala/runtime/RunTime
def box_dvalue in scala/runtime/RunTime
def box_farray in scala/runtime/RunTime
def box_fvalue in scala/runtime/RunTime
def box_iarray in scala/runtime/RunTime
def box_ivalue in scala/runtime/RunTime
def box_larray in scala/runtime/RunTime
def box_lvalue in scala/runtime/RunTime
def box_oarray in scala/runtime/RunTime
def box_sarray in scala/runtime/RunTime
def box_svalue in scala/runtime/RunTime
def box_uvalue in scala/runtime/RunTime
def box_zarray in scala/runtime/RunTime
def box_zvalue in scala/runtime/RunTime
def break in scala/List-class
Like span but with the predicate inverted.
def breakable in scala/xml/PrettyPrinter-class
val buffer in scala/xml/FactoryAdapter-class
def buffered in scala/Iterator-class
Returns a buffered iterator from this iterator.
type byte in scala/Predef
def byteSize in scala/collection/mutable/ResizableBitSet-class

C

class CDataValue in scala/xml/parsing
val CHOICE in scala/xml/dtd/Tokens-class
val COMMA in scala/xml/dtd/Tokens-class
val CYAN in scala/Console
val CYAN_B in scala/Console
trait CaseClass in scala
defines an access function for instances of case classes (not case objects)
def Catch in scala/runtime/ScalaRunTime/Try-class
class Cell in scala
A Cell is a generic wrapper which completely hides the functionality of the wrapped object.
class Chan in scala/concurrent/pilib
Name on which one can emit, receive or that can be emitted or received during a communication.
class Channel in scala/concurrent
class Char in scala
class CharData in scala/xml
an XML node for unparsed character data (CDATA).
class Child in scala/xml/path/Expression
class Code in scala/mobile
The class Code provides apply methods with different arities (actually up to 9 parameters) to invoke a function simply by specifying its name and argument types.

Example:

    val url = new URL("http://scala.epfl.ch/classes/examples.jar");
    val obj = new Location(url) create "examples.sort";
    val ar = Array(6, 2, 8, 5, 1);
    obj[Array[Int], Unit]("println")(ar);
    obj[Array[Int], Unit]("sort")(ar);
    obj[Array[Int], Unit]("println")(ar);
class Comment in scala/xml
an XML node for comments.
class Cond in scala/xml/path/Expression
class ConsRHS in scala/util/grammar
right hand side of a hedge production, deriving a single tree
object Console in scala
The Console object implements functionality for printing Scala values on the terminal.
class ConstructingHandler in scala/xml/parsing
class ConstructingParser in scala/xml/parsing
an xml parser.
object ContentModel in scala/xml/dtd
class CustomValue in scala/xml/parsing
val c in scala/concurrent/pilib/UGP-class
val c in scala/xml/path/Expression/FExp-class
val c in scala/xml/path/Expression/Equals-class
def c2b in scala/runtime/RunTime
def c2c in scala/runtime/RunTime
def c2d in scala/runtime/RunTime
def c2f in scala/runtime/RunTime
def c2i in scala/runtime/RunTime
def c2l in scala/runtime/RunTime
def c2s in scala/runtime/RunTime
val cache in scala/xml/BindingFactoryAdapter-class
val cache in scala/xml/nobinding/NoBindingFactoryAdapter-class
var capture in scala/xml/FactoryAdapter-class
def captureText in scala/xml/FactoryAdapter-class
captures text, possibly normalizing whitespace
def carray in scala/runtime/RunTime
def carray_get in scala/runtime/RunTime
def carray_length in scala/runtime/RunTime
def carray_set in scala/runtime/RunTime
def caseArity in scala/CaseClass-class
for a case class A(x_0,...,x_(k-1)), returns k
def caseElement in scala/CaseClass-class
for a case class A(x_0,...,x_(k-1)), returns x_i for 0 <= i < k, null otherwise
val cbuf in scala/xml/parsing/MarkupParser-class
character buffer, for names
var ch in scala/xml/parsing/MarkupParser-class
holds the next character
type char in scala/Predef
def charData in scala/xml/parsing/ConstructingHandler-class
def charData in scala/xml/parsing/MarkupHandler-class
def characters in scala/xml/FactoryAdapter-class
Characters.
def checkPubID in scala/xml/Parsing
def checkSysID in scala/xml/Parsing
val child in scala/xml/Elem-class
child axis (all children of this node)
def child in scala/xml/Node-class
child axis (all children of this node)
def child in scala/xml/PublicID-class
always empty
def child in scala/xml/SpecialNode-class
always empty
def choice in scala/concurrent/pilib
Pi-calculus non-deterministic choice.
def choiceRest in scala/xml/dtd/Parser
def clear in scala/collection/mutable/PriorityQueueProxy-class
Removes all elements from the queue.
def clear in scala/collection/mutable/SetProxy-class
Removes all elements from the set.
def clear in scala/collection/mutable/Map-class
Removes all mappings from the map.
def clear in scala/collection/mutable/HashSet-class
Removes all elements from the set.
def clear in scala/collection/mutable/ResizableBitSet-class
def clear in scala/collection/mutable/BufferProxy-class
Clears the buffer contents.
def clear in scala/collection/mutable/ListBuffer-class
Clears the buffer contents.
def clear in scala/collection/mutable/SynchronizedPriorityQueue-class
Removes all elements from the queue.
def clear in scala/collection/mutable/Buffer-class
Clears the buffer contents.
def clear in scala/collection/mutable/MapProxy-class
Removes all mappings from the map.
def clear in scala/collection/mutable/ImmutableMapAdaptor-class
Removes all mappings from the map.
def clear in scala/collection/mutable/JavaMapAdaptor-class
Removes all mappings from the map.
def clear in scala/collection/mutable/Stack-class
Removes all elements from the stack.
def clear in scala/collection/mutable/HashMap-class
Removes all mappings from the map.
def clear in scala/collection/mutable/ObservableMap-class
Removes all mappings from the map.
def clear in scala/collection/mutable/ArrayBuffer-class
Clears the buffer contents.
def clear in scala/collection/mutable/SynchronizedBuffer-class
Clears the buffer contents.
def clear in scala/collection/mutable/Set-class
Removes all elements from the set.
def clear in scala/collection/mutable/SynchronizedMap-class
Removes all mappings from the map.
def clear in scala/collection/mutable/SynchronizedSet-class
Removes all elements from the set.
def clear in scala/collection/mutable/History-class
def clear in scala/collection/mutable/StackProxy-class
Removes all elements from the stack.
def clear in scala/collection/mutable/PriorityQueue-class
Removes all elements from the queue.
def clear in scala/collection/mutable/ObservableBuffer-class
Clears the buffer contents.
def clear in scala/collection/mutable/SynchronizedStack-class
Removes all elements from the stack.
def clear in scala/collection/mutable/JavaSetAdaptor-class
Removes all elements from the set.
def clear in scala/collection/mutable/SynchronizedQueue-class
Removes all elements from the queue.
def clear in scala/collection/mutable/Queue-class
Removes all elements from the queue.
def clear in scala/collection/mutable/ImmutableSetAdaptor-class
Removes all elements from the set.
def clear in scala/collection/mutable/ObservableSet-class
Removes all elements from the set.
def clear in scala/collection/mutable/QueueProxy-class
Removes all elements from the queue.
def clone in scala/collection/mutable/PriorityQueueProxy-class
This method clones the priority queue.
def clone in scala/collection/mutable/SetProxy-class
Return a clone of this set.
def clone in scala/collection/mutable/Map-class
Return a clone of this map.
def clone in scala/collection/mutable/HashSet-class
Return a clone of this set.
def clone in scala/collection/mutable/BufferProxy-class
Return a clone of this buffer.
def clone in scala/collection/mutable/ListBuffer-class
Return a clone of this buffer.
def clone in scala/collection/mutable/Buffer-class
Return a clone of this buffer.
def clone in scala/collection/mutable/MapProxy-class
Return a clone of this map.
def clone in scala/collection/mutable/JavaMapAdaptor-class
Return a clone of this map.
def clone in scala/collection/mutable/Stack-class
This method clones the stack.
def clone in scala/collection/mutable/HashMap-class
Return a clone of this map.
def clone in scala/collection/mutable/ArrayBuffer-class
Return a clone of this buffer.
def clone in scala/collection/mutable/SynchronizedBuffer-class
Return a clone of this buffer.
def clone in scala/collection/mutable/Set-class
Return a clone of this set.
def clone in scala/collection/mutable/SynchronizedMap-class
Return a clone of this map.
def clone in scala/collection/mutable/SynchronizedSet-class
Return a clone of this set.
def clone in scala/collection/mutable/StackProxy-class
This method clones the stack.
def clone in scala/collection/mutable/PriorityQueue-class
This method clones the priority queue.
def clone in scala/collection/mutable/JavaSetAdaptor-class
Return a clone of this set.
def clone in scala/collection/mutable/Queue-class
This method clones the queue.
def clone in scala/collection/mutable/QueueProxy-class
This method clones the queue.
def coerce in scala/Byte-class
def coerce in scala/Byte-class
def coerce in scala/Byte-class
def coerce in scala/Byte-class
def coerce in scala/Byte-class
def coerce in scala/Char-class
def coerce in scala/Char-class
def coerce in scala/Char-class
def coerce in scala/Char-class
def coerce in scala/Long-class
def coerce in scala/Long-class
def coerce in scala/Short-class
def coerce in scala/Short-class
def coerce in scala/Short-class
def coerce in scala/Short-class
def coerce in scala/Int-class
def coerce in scala/Int-class
def coerce in scala/Int-class
def coerce in scala/Float-class
val col in scala/xml/PrettyPrinter-class/Box-class
def collectNamespaces in scala/xml/Utility
returns a set of all namespaces appearing in a node and all its descendants, including the empty namespaces
def collectNamespaces in scala/xml/Utility
returns a set of all namespaces appearing in a sequence of nodes and all their descendants, including the empty namespaces
def collectTransitions in scala/util/automata/WordBerrySethi-class
package collection in scala
def comment in scala/xml/parsing/ConstructingHandler-class
def comment in scala/xml/parsing/MarkupHandler-class
def compFirst in scala/util/automata/BaseBerrySethi-class
computes first( r ) for the word regexp r
def compFirst in scala/util/automata/WordBerrySethi-class
computes first( r ) where the word regexp r
def compFollow in scala/util/automata/BaseBerrySethi-class
def compFollow1 in scala/util/automata/BaseBerrySethi-class
returns the first set of an expression, setting the follow set along the way
def compFollow1 in scala/util/automata/WordBerrySethi-class
returns the first set of an expression, setting the follow set along the way
def compLast in scala/util/automata/BaseBerrySethi-class
computes last( r ) for the regexp r
def compLast in scala/util/automata/WordBerrySethi-class
computes last( r ) where the word regexp r
def compareTo in scala/Ordered-class
Result of comparing `this' with operand `that'.
def compareTo in scala/Enumeration-class/Value-class
Result of comparing `this' with operand `that'.
def compareTo in scala/runtime/matching/TreeNT-class
Result of comparing `this' with operand `that'.
def compareTo in scala/runtime/matching/Rule-class
Result of comparing `this' with operand `that'.
def compareTo in scala/runtime/matching/Address-class
Result of comparing `this' with operand `that'.
def compareTo in scala/runtime/matching/HedgeNT-class
Result of comparing `this' with operand `that'.
def compareTo in scala/xml/Attribute-class
Result of comparing `this' with operand `that'.
val compress in scala/xml/BindingFactoryAdapter-class
if true, create only elements not created before
def concat in scala/Stream
def concat in scala/Stream
package concurrent in scala
def cons in scala/Stream
var cont in scala/concurrent/pilib/Sum-class
Continuation of the sum.
def contains in scala/List-class
Tests if the given value elem is a member of this list.
def contains in scala/collection/SetProxy-class
Checks if this set contains element elem.
def contains in scala/collection/Map-class
Is the given key mapped to a value by this map?
def contains in scala/collection/MapProxy-class
Is the given key mapped to a value by this map?
def contains in scala/collection/Set-class
Checks if this set contains element elem.
def contains in scala/collection/mutable/HashSet-class
Checks if this set contains element elem.
def contains in scala/collection/mutable/ImmutableMapAdaptor-class
Is the given key mapped to a value by this map?
def contains in scala/collection/mutable/JavaMapAdaptor-class
Is the given key mapped to a value by this map?
def contains in scala/collection/mutable/SynchronizedMap-class
Is the given key mapped to a value by this map?
def contains in scala/collection/mutable/SynchronizedSet-class
Checks if this set contains element elem.
def contains in scala/collection/mutable/JavaSetAdaptor-class
Checks if this set contains element elem.
def contains in scala/collection/mutable/ImmutableSetAdaptor-class
Checks if this set contains element elem.
def contains in scala/collection/immutable/ListSet-class
Checks if this set contains element elem.
def contains in scala/collection/immutable/ListSet-class/Node-class
Checks if this set contains element elem.
def contains in scala/collection/immutable/TreeSet-class
Checks if this set contains element elem.
def containsFinal in scala/util/automata/NondetWordAutom-class
returns true if the set of states contains at least one final state
def containsText in scala/xml/dtd/ElemDecl-class
def content in scala/xml/parsing/MarkupParser-class
val contentModel in scala/xml/dtd/ElemDecl-class
def contentspec in scala/xml/dtd/Parser
def continue in scala/concurrent/pilib/Sum-class
Block if not initialized otherwise continue with the continuation.
def copy in scala/collection/mutable/ResizableArray-class
Move parts of the array.
def copyToArray in scala/Iterator-class
Fills the given array xs with the elements of this sequence starting at position start.
def copyToArray in scala/Stream-class
Fills the given array xs with the elements of this sequence starting at position start.
def copyToArray in scala/SeqProxy-class
Fills the given array xs with the elements of this sequence starting at position start.
def copyToArray in scala/Seq-class
Fills the given array xs with the elements of this sequence starting at position start.
def count in scala/List-class
Count the number of elements in the list which satisfy a predicate.
def count in scala/collection/immutable/Tree-class/GBNil
Calculates 2^h, and size, where h is the height of the tree and size is the number of nodes in the tree.
def create in scala/mobile/Location-class
Return the code description for the string className at this location.
def createNode in scala/xml/FactoryAdapter-class
creates an new non-text(tree) node.
def createNode in scala/xml/BindingFactoryAdapter-class
creates an element.
def createNode in scala/xml/nobinding/NoBindingFactoryAdapter-class
creates a node.
def createText in scala/xml/FactoryAdapter-class
creates a Text node.
def createText in scala/xml/BindingFactoryAdapter-class
creates PCDATA element
def createText in scala/xml/nobinding/NoBindingFactoryAdapter-class
creates a text node
var cur in scala/xml/PrettyPrinter-class
var curTag in scala/xml/FactoryAdapter-class
def cut in scala/xml/PrettyPrinter-class

D

class DEFAULT in scala/xml/dtd
class Decl in scala/xml/dtd
class DefaultDecl in scala/xml/dtd
trait DefaultMapModel in scala/collection/mutable
This trait is used internally.
class DescOrSelf in scala/xml/path/Expression
def Do in scala/runtime/ScalaRunTime
trait DoWhile in scala/runtime/ScalaRunTime
class Double in scala
class DoubleLinkedList in scala/collection/mutable
This extensible class may be used as a basis for implementing double linked lists.
def d2b in scala/runtime/RunTime
def d2c in scala/runtime/RunTime
def d2d in scala/runtime/RunTime
def d2f in scala/runtime/RunTime
def d2i in scala/runtime/RunTime
def d2l in scala/runtime/RunTime
def d2s in scala/runtime/RunTime
def darray in scala/runtime/RunTime
def darray_get in scala/runtime/RunTime
def darray_length in scala/runtime/RunTime
def darray_set in scala/runtime/RunTime
val default in scala/util/automata/NondetWordAutom-class
val default in scala/xml/dtd/AttrDecl-class
def defaultPrefixes in scala/xml/Utility
returns a default prefix mapping for a set of namespaces.
def defaultPrefixes in scala/xml/Utility
same as defaultPrefixes(n.namespace, collectNamespaces( n ))
def defaultPrefixes in scala/xml/Utility
same as defaultPrefixes("", ncollectNamespaces( nodes ))
var defaultURI in scala/xml/parsing/MarkupParser-class
var defaultq in scala/util/automata/WordBerrySethi-class
def delete in scala/collection/immutable/Tree-class/GBNil
def delete_any in scala/collection/immutable/Tree-class
Removes the key from the tree.
val delta in scala/util/automata/NondetWordAutom-class
var deltaq in scala/util/automata/WordBerrySethi-class
def dequeue in scala/collection/mutable/PriorityQueueProxy-class
Returns the element with the highest priority in the queue, and removes this element from the queue.
def dequeue in scala/collection/mutable/SynchronizedPriorityQueue-class
Returns the element with the highest priority in the queue, and removes this element from the queue.
def dequeue in scala/collection/mutable/PriorityQueue-class
Returns the element with the highest priority in the queue, and removes this element from the queue.
def dequeue in scala/collection/mutable/SynchronizedQueue-class
Returns the first element in the queue, and removes this element from the queue.
def dequeue in scala/collection/mutable/Queue-class
Returns the first element in the queue, and removes this element from the queue.
def dequeue in scala/collection/mutable/QueueProxy-class
Returns the first element in the queue, and removes this element from the queue.
def dequeue in scala/collection/immutable/Queue-class
Returns a tuple with the first element in the queue, and a new queue with this element removed.
def dequeueAll in scala/collection/mutable/Queue-class
Returns all elements in the queue which satisfy the given predicate, and removes those elements from the queue.
def dequeueFirst in scala/collection/mutable/Queue-class
Returns the first element in the queue which satisfies the given predicate, and removes this element from the queue.
def descendant in scala/xml/Node-class
descendant axis (all descendants of this node)
def descendant_or_self in scala/xml/Node-class
descendant axis (all descendants of this node)
def diff in scala/List-class
Computes the difference between this list and the given list that.
type double in scala/Predef
def down in scala/runtime/matching/Address-class
def drop in scala/List-class
Returns the list without its n first elements.
def drop in scala/Iterator-class
Removes the first n elements from this iterator.
def drop in scala/Stream-class
Returns a new sub-sequence that drops the first n elements of this sequence.
def drop in scala/SeqProxy-class
Returns a new sub-sequence that drops the first n elements of this sequence.
def drop in scala/Seq-class
Returns a new sub-sequence that drops the first n elements of this sequence.
def dropRight in scala/List-class
Returns the list wihout its rightmost n elements.
def dropWhile in scala/List-class
Returns the longest suffix of this list whose first element does not satisfy the predicate p.
def dropWhile in scala/Stream-class
package dtd in scala/xml
def duplicate in scala/Iterator-class
Creates two new iterators that both iterate over the same elements than this iterator (in the same order).

E

val EMPTY in scala/xml/dtd/Tokens-class
object EMPTYHEDGE in scala/runtime/matching
val END in scala/xml/dtd/Tokens-class
val ENDCH in scala/xml/dtd/Scanner-class
class Elem in scala/xml
The case class Elem implements the Node trait, providing an immutable data object representing an XML element.
type Elem in scala/xml/nobinding/NoBindingFactoryAdapter-class
class ElemDecl in scala/xml/dtd
class ElemName in scala/xml/dtd
class ElemNames in scala/xml/dtd
class ElementValidator in scala/xml/dtd
def Empty in scala/collection/immutable/TreeMap
def Empty in scala/collection/immutable/ListSet
constructs an empty ListSet
def Empty in scala/collection/immutable/ListMap
val Empty in scala/collection/immutable/Queue
def Empty in scala/collection/immutable/Stack
val Empty in scala/xml/AttributeSeq
object EmptyAutom in scala/xml/dtd/ElementValidator-class
object EmptyHedgeRHS in scala/util/grammar
right hand side of a hedge production, deriving the empty hedge
val EmptyNamespace in scala/xml/Node
the empty namespace
object End in scala/collection/mutable
class EntityDecl in scala/xml/dtd
an entity declaration
class EntityRef in scala/xml
an XML node for text (PCDATA).
type Entry in scala/collection/mutable/HashSet-class
class Entry in scala/collection/mutable/DefaultMapModel-class
type Entry in scala/collection/mutable/HashTable-class
class Enumeration in scala

The class Enumeration provides the same functionality as the enum construct found in C-like languages like C++ or Java.

object Eps in scala/util/regexp/Base-class
class Equals in scala/xml/path/Expression
class Exists in scala/xml/path/Expression
class Expr in scala/xml/path/Expression
object Expression in scala/xml/path
class ExternalID in scala/xml
an ExternalIDs - either PublicID or SystemID
val e in scala/xml/dtd/ValidationException-class
val e in scala/xml/path/Expression/FExp-class
val e in scala/xml/path/Expression/Attrib-class
val e in scala/xml/path/Expression/Child-class
val e in scala/xml/path/Expression/DescOrSelf-class
val elem in scala/Cell-class
val elem in scala/collection/mutable/Remove-class
var elem in scala/collection/mutable/SingleLinkedList-class
val elem in scala/collection/mutable/Update-class
val elem in scala/collection/mutable/Include-class
var elem in scala/concurrent/Channel-class/LinkedList-class
def elemEquals in scala/collection/mutable/HashTable-class
def elemHashCode in scala/collection/mutable/HashTable-class
def element in scala/xml/parsing/ConstructingHandler-class
be careful to copy everything from attrMap1, as it will change
def element in scala/xml/parsing/MarkupParser-class
def element in scala/xml/parsing/MarkupHandler-class
be careful to copy everything from attrMap1, as it will change
def element1 in scala/xml/parsing/MarkupParser-class
'<' element ::= xmlTag1 '>' { xmlExpr | '{' simpleExpr '}' } ETag | xmlTag1 '/' '>'
def elements in scala/Option-class
Creates a new iterator over all elements contained in this object.
def elements in scala/IterableProxy-class
Creates a new iterator over all elements contained in this object.
def elements in scala/List-class
Returns the elements in the list as an iterator
def elements in scala/Stream-class
Creates a new iterator over all elements contained in this object.
def elements in scala/Enumeration-class
Returns all values of this enumeration.
def elements in scala/Iterable-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/PriorityQueueProxy-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/HashSet-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/BufferProxy-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/SynchronizedPriorityQueue-class
Returns an iterator which yiels all the elements of the priority queue in descending priority order.
def elements in scala/collection/mutable/ResizableArray-class
Returns a new iterator over all elements of this resizable array.
def elements in scala/collection/mutable/ImmutableMapAdaptor-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/JavaMapAdaptor-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/DefaultMapModel-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/Stack-class
Returns an iterator over all elements on the stack.
def elements in scala/collection/mutable/SingleLinkedList-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/SynchronizedBuffer-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/History-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/StackProxy-class
Returns an iterator over all elements on the stack.
def elements in scala/collection/mutable/PriorityQueue-class
Returns an iterator which yiels all the elements of the priority queue in descending priority order.
def elements in scala/collection/mutable/SynchronizedStack-class
Returns an iterator over all elements on the stack.
def elements in scala/collection/mutable/JavaSetAdaptor-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/ImmutableSetAdaptor-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/mutable/MutableList-class
Returns an iterator over all elements of this list.
def elements in scala/collection/mutable/QueueProxy-class
Returns an iterator over all elements on the queue.
def elements in scala/collection/immutable/TreeMap-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/immutable/ListSet-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/immutable/ListMap-class
This returns an iterator over key-value pairs.
def elements in scala/collection/immutable/Queue-class
Returns the elements in the list as an iterator
def elements in scala/collection/immutable/TreeSet-class
Creates a new iterator over all elements contained in this object.
def elements in scala/collection/immutable/Stack-class
Returns an iterator over all elements on the stack.
def elements in scala/xml/AttributeSeq-class
Creates a new iterator over all elements contained in this object.
def elements in scala/xml/NodeSeq-class
Creates a new iterator over all elements contained in this object.
def empty in scala/Iterator
val empty in scala/Stream
def empty in scala/runtime/matching/Address
def empty in scala/collection/mutable/ImmutableMapAdaptor-class
def empty in scala/collection/mutable/ImmutableSetAdaptor-class
def empty in scala/collection/immutable/Map-class
This method returns a new map instance of the same class mapping keys of the same type to values of type C.
def empty in scala/collection/immutable/TreeMap-class
A factory to create empty maps of the same type of keys.
def empty in scala/collection/immutable/ListMap-class
This method returns a new ListMap instance mapping keys of the same type to values of type C.
val emptySet in scala/util/automata/BaseBerrySethi-class
def endElement in scala/xml/FactoryAdapter-class
End element.
def enqueue in scala/collection/mutable/PriorityQueueProxy-class
Adds all elements to the queue.
def enqueue in scala/collection/mutable/SynchronizedPriorityQueue-class
Adds all elements to the queue.
def enqueue in scala/collection/mutable/PriorityQueue-class
Adds all elements to the queue.
def enqueue in scala/collection/mutable/SynchronizedQueue-class
Adds all elements to the queue.
def enqueue in scala/collection/mutable/Queue-class
Adds all elements to the queue.
def enqueue in scala/collection/mutable/QueueProxy-class
Adds all elements to the queue.
def enqueue in scala/collection/immutable/Queue-class
Returns a new queue with all elements added.
def ensureBits in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
size of this bitset in nbits
def ensureSize in scala/collection/mutable/ResizableBitSet-class
size of this bitset in nbits
def ensureSize in scala/collection/mutable/ResizableArray-class
Extends the internal array if more elements are needed.
val ent in scala/xml/dtd/PEReference-class
val entityName in scala/xml/EntityRef-class
def entityRef in scala/xml/parsing/ConstructingHandler-class
def entityRef in scala/xml/parsing/MarkupHandler-class
def entries in scala/collection/mutable/DefaultMapModel-class
def entries in scala/collection/mutable/HashTable-class
def entries in scala/collection/immutable/Tree-class
Gives you an iterator over all elements in the tree.
def entryExists in scala/collection/mutable/MultiMap-class
def entryKey in scala/collection/mutable/HashSet-class
def entryKey in scala/collection/mutable/HashMap-class
def entryKey in scala/collection/mutable/HashTable-class
def entryKey in scala/collection/immutable/TreeMap-class
Returns the key of an entry.
def entryKey in scala/collection/immutable/Tree-class
Returns the key of an entry.
def entryKey in scala/collection/immutable/TreeSet-class
Returns the key of an entry.
def equals in scala/Unit-class
def equals in scala/Byte-class
def equals in scala/Char-class
def equals in scala/Proxy-class
def equals in scala/Long-class
def equals in scala/Short-class
def equals in scala/Boolean-class
def equals in scala/Int-class
def equals in scala/Float-class
def equals in scala/Double-class
def equals in scala/collection/Map-class
Compares two maps structurally; i.e.
def equals in scala/collection/Set-class
Compares this set with another object and returns true, iff the other object is also a set which contains the same elements as this set.
def equals in scala/collection/mutable/ListBuffer-class
Checks if two buffers are structurally identical.
def equals in scala/collection/mutable/SynchronizedPriorityQueue-class
Checks if two queues are structurally identical.
def equals in scala/collection/mutable/Stack-class
Checks if two stacks are structurally identical.
def equals in scala/collection/mutable/ArrayBuffer-class
Checks if two buffers are structurally identical.
def equals in scala/collection/mutable/PriorityQueue-class
Checks if two queues are structurally identical.
def equals in scala/collection/mutable/SynchronizedStack-class
Checks if two stacks are structurally identical.
def equals in scala/collection/mutable/SynchronizedQueue-class
Checks if two queues are structurally identical.
def equals in scala/collection/mutable/Queue-class
Checks if two queues are structurally identical.
def equals in scala/collection/immutable/TreeMap-class
Compares two maps structurally; i.e.
def equals in scala/collection/immutable/ListSet-class
Compares two sets for equality.
def equals in scala/collection/immutable/ListMap-class
Compares two maps for equality.
def equals in scala/collection/immutable/Queue-class
Compares two queues for equality by comparing each element in the queues.
def equals in scala/collection/immutable/TreeSet-class
Compares two sets for equality.
def equals in scala/collection/immutable/Stack-class
Compares this stack with the given object.
def equals in scala/xml/Comment-class
structural equality
def equals in scala/xml/EntityRef-class
structural equality
def equals in scala/xml/NodeSeq-class
structural equality
def equals in scala/xml/Text-class
structural equality
def equals in scala/xml/Node-class
structural equality
def equals in scala/xml/ProcInstr-class
structural equality
def equals in scala/Any-class
def error in scala/Predef
def error in scala/xml/FactoryAdapter-class
Error.
def escape in scala/xml/Utility
representation of text in a string that is well-formed XML.
def eval in scala/xml/path/Expression/FExp-class
def eval in scala/xml/path/Expression/Expr-class
def events in scala/collection/mutable/History-class
var exc in scala/runtime/ResultOrException-class
def excl in scala/collection/mutable/SetProxy-class
excl removes many elements from the set.
def excl in scala/collection/mutable/Map-class
This method will remove all the mappings for the given sequence of keys from the map.
def excl in scala/collection/mutable/MapProxy-class
This method will remove all the mappings for the given sequence of keys from the map.
def excl in scala/collection/mutable/Set-class
excl removes many elements from the set.
def excl in scala/collection/mutable/SynchronizedMap-class
This method will remove all the mappings for the given sequence of keys from the map.
def excl in scala/collection/mutable/SynchronizedSet-class
excl removes many elements from the set.
def excl in scala/collection/immutable/Map-class
This method will return a map where all the mappings for the given sequence of keys are removed from the map.
def excl in scala/collection/immutable/Map-class
This method removes all the mappings for keys provided by an iterator over the elements of the keys object.
def excl in scala/collection/immutable/Set-class
excl removes many elements from the set.
def excl in scala/collection/immutable/Set-class
This method removes all the elements provided by an iterator of the iterable object that from the set.
val executionStart in scala/Application-class
The time when execution of this program started.
def exists in scala/IterableProxy-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/List-class
Tests the existence in this list of an element that satisfies the predicate p.
def exists in scala/Iterator-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/Array-class
def exists in scala/Stream-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/Enumeration-class
def exists in scala/Iterable-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/collection/SetProxy-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/collection/Map-class
Applies the given predicate to all (key, value) mappings contained in this map and returns true if there is at least one mapping for which this predicate yields true.
def exists in scala/Iterable-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exists in scala/collection/mutable/ImmutableSetAdaptor-class
Apply a predicate p to all elements of this iterable object and return true, iff there is at least one element for which p yields true.
def exit in scala/Predef
def exit in scala/concurrent/Process-class
def exit in scala/concurrent/Process
def extractFirst in scala/concurrent/QueueModule-class
Extract an element satisfying a predicate from a queue.

F

class FExp in scala/xml/path/Expression
class FactoryAdapter in scala/xml
SAX adapter class, for use with Java SAX parser
class FatalError in scala/xml/parsing
def Finally in scala/runtime/ScalaRunTime/Try-class
class Float in scala
type Function in scala/Predef
trait Function0 in scala
trait Function1 in scala
trait Function2 in scala
trait Function3 in scala
trait Function4 in scala
trait Function5 in scala
trait Function6 in scala
trait Function7 in scala
trait Function8 in scala
trait Function9 in scala
val f in scala/xml/BindingFactoryAdapter-class
mapping from element names to an element constructor (constr:Seq[Node],HashMap[String,String] => Node)
def f2b in scala/runtime/RunTime
def f2c in scala/runtime/RunTime
def f2d in scala/runtime/RunTime
def f2f in scala/runtime/RunTime
def f2i in scala/runtime/RunTime
def f2l in scala/runtime/RunTime
def f2s in scala/runtime/RunTime
def fail in scala/testing/UnitTest/Report-class
def farray in scala/runtime/RunTime
def farray_get in scala/runtime/RunTime
def farray_length in scala/runtime/RunTime
def farray_set in scala/runtime/RunTime
def fatalError in scala/xml/FactoryAdapter-class
Fatal error.
def filter in scala/Option-class
def filter in scala/List-class
Returns all the elements of this list that satisfy the predicate p.
def filter in scala/Iterator-class
Returns an iterator over all the elements of this iterator that satisfy the predicate p.
def filter in scala/Stream-class
def filter in scala/Enumeration-class
def filter in scala/collection/mutable/SetProxy-class
Method filter removes all elements from the set for which the predicate p yields the value false.
def filter in scala/collection/mutable/Map-class
This method removes all the mappings for which the predicate p returns false.
def filter in scala/collection/mutable/MapProxy-class
This method removes all the mappings for which the predicate p returns false.
def filter in scala/collection/mutable/ImmutableMapAdaptor-class
This method removes all the mappings for which the predicate p returns false.
def filter in scala/collection/mutable/Set-class
Method filter removes all elements from the set for which the predicate p yields the value false.
def filter in scala/collection/mutable/SynchronizedMap-class
This method removes all the mappings for which the predicate p returns false.
def filter in scala/collection/mutable/SynchronizedSet-class
Method filter removes all elements from the set for which the predicate p yields the value false.
def filter in scala/collection/immutable/Map-class
This method removes all the mappings for which the predicate p returns false.
def filter in scala/collection/immutable/Set-class
Method filter removes all elements from the set for which the predicate p yields the value false.
def filter in scala/xml/NodeSeq-class
def finalTag in scala/util/automata/NondetWordAutom-class
returns tag of final state
var finalTag in scala/util/automata/BaseBerrySethi-class
val finals in scala/util/automata/NondetWordAutom-class
var finals in scala/util/automata/BaseBerrySethi-class
def find in scala/IterableProxy-class
Find and return the first element of the iterable object satisfying a predicate, if any.
def find in scala/List-class
Find and return the first element of the list satisfying a predicate, if any.
def find in scala/Iterator-class
Find and return the first element of the iterable object satisfying a predicate, if any.
def find in scala/Iterable-class
Find and return the first element of the iterable object satisfying a predicate, if any.
def findEntry in scala/collection/mutable/DefaultMapModel-class
def findEntry in scala/collection/mutable/HashTable-class
def findValue in scala/collection/immutable/Tree-class
Check if this map maps key to a value and return the value if it exists.
var first in scala/collection/mutable/MutableList-class
def fixDown in scala/collection/mutable/PriorityQueue-class
def fixUp in scala/collection/mutable/PriorityQueue-class
val fixed in scala/xml/dtd/DEFAULT-class
def flatMap in scala/Option-class
def flatMap in scala/List-class
Applies the given function f to each element of this list, then concatenates the results.
def flatMap in scala/Iterator-class
Applies the given function f to each element of this iterator, then concatenates the results.
def flatMap in scala/Stream-class
def flatMap in scala/Enumeration-class
def flatMap in scala/xml/NodeSeq-class
def flatten in scala/List
Concatenate all the elements of a given list of lists.
type float in scala/Predef
def flush in scala/Console
Flush the output stream.
def foldLeft in scala/IterableProxy-class
Combines the elements of this list together using the binary operator op, from left to right, and starting with the value z.
def foldLeft in scala/List-class
Combines the elements of this list together using the binary operator op, from left to right, and starting with the value z.
def foldLeft in scala/Iterator-class
Combines the elements of this list together using the binary operator op, from left to right, and starting with the value z.
def foldLeft in scala/Stream-class
Combines the elements of this list together using the binary operator op, from left to right, and starting with the value z.
def foldLeft in scala/Iterable-class
Combines the elements of this list together using the binary operator op, from left to right, and starting with the value z.
def foldRight in scala/IterableProxy-class
Combines the elements of this list together using the binary operator op, from rigth to left, and starting with the value z.
def foldRight in scala/List-class
Combines the elements of this list together using the binary operator op, from rigth to left, and starting with the value z.
def foldRight in scala/Iterator-class
Combines the elements of this list together using the binary operator op, from rigth to left, and starting with the value z.
def foldRight in scala/Stream-class
Combines the elements of this list together using the binary operator op, from rigth to left, and starting with the value z.
def foldRight in scala/Iterable-class
Combines the elements of this list together using the binary operator op, from rigth to left, and starting with the value z.
var follow in scala/util/automata/BaseBerrySethi-class
def forall in scala/IterableProxy-class
Apply a predicate p to all elements of this iterable object and return true, iff the predicate yields true for all elements.
def forall in scala/List-class
Tests if the predicate p is satisfied by all elements in this list.
def forall in scala/Iterator-class
Apply a predicate p to all elements of this iterable object and return true, iff the predicate yields true for all elements.
def forall in scala/Array-class
def forall in scala/Stream-class
Apply a predicate p to all elements of this iterable object and return true, iff the predicate yields true for all elements.
def forall in scala/Enumeration-class
def forall in scala/Iterable-class
Apply a predicate p to all elements of this iterable object and return true, iff the predicate yields true for all elements.
def forall in scala/collection/Map-class
Applies the given predicate to all (key, value) mappings contained in this map and returns true if this predicate yields true for all mappings.
def forall in scala/Iterable-class
Apply a predicate p to all elements of this iterable object and return true, iff the predicate yields true for all elements.
def foreach in scala/Option-class
Apply a function f to all elements of this iterable object.
def foreach in scala/IterableProxy-class
Apply a function f to all elements of this iterable object.
def foreach in scala/List-class
Apply the given function f to each element of this list (while respecting the order of the elements).
def foreach in scala/Iterator-class
Apply a function f to all elements of this iterable object.
def foreach in scala/Array-class
def foreach in scala/Stream-class
Apply a function f to all elements of this iterable object.
def foreach in scala/Enumeration-class
def foreach in scala/Iterable-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/SetProxy-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/Map-class
Executes the given function for all (key, value) pairs contained in this map.
def foreach in scala/Iterable-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/MapProxy-class
Executes the given function for all (key, value) pairs contained in this map.
def foreach in scala/IterableProxy-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/mutable/ImmutableMapAdaptor-class
Executes the given function for all (key, value) pairs contained in this map.
def foreach in scala/Iterable-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/mutable/SynchronizedMap-class
Executes the given function for all (key, value) pairs contained in this map.
def foreach in scala/Iterable-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/mutable/SynchronizedSet-class
Apply a function f to all elements of this iterable object.
def foreach in scala/collection/mutable/ImmutableSetAdaptor-class
Apply a function f to all elements of this iterable object.
def format in scala/xml/PrettyPrinter-class
appends a formatted string containing well-formed XML with given namespace to prefix mapping to the given stringbuffer
def format in scala/xml/PrettyPrinter-class
returns a formatted string containing well-formed XML with default namespace prefix mapping
def format in scala/xml/PrettyPrinter-class
returns a formatted string containing well-formed XML with given namespace to prefix mapping
def format in scala/xml/PrettyPrinter-class
def format in scala/xml/PrettyPrinter-class
returns a formatted string containing well-formed XML
def format in scala/xml/PrettyPrinter-class
appends a formatted string containing well-formed XML with the given namespace to prefix mapping to the given stringbuffer
def freeze in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
def from in scala/Iterator
Create an iterator with elements en+1 = en + 1 where e0 = lo.
def from in scala/Iterator
Create an iterator with elements en+1 = en + step where e0 = lo.
def from in scala/Iterator
Create an iterator with elements en+1 = step(en) where e0 = lo.
def fromArray in scala/List
Converts a range of an array into a list.
def fromArray in scala/Iterator
def fromAttrs in scala/xml/AttributeSeq
def fromCaseClass in scala/Iterator
def fromFixedAttribute in scala/xml/dtd/MakeValidationException
def fromHashMap in scala/xml/AttributeSeq
def fromHashMap in scala/xml/AttributeSeq
def fromIterator in scala/List
Converts an iterator to a list
def fromMissingAttribute in scala/xml/dtd/MakeValidationException
def fromNonEmptyElement in scala/xml/dtd/MakeValidationException
def fromString in scala/List
Parses a string which contains substrings separated by a separator character and returns a list of all substrings.
def fromString in scala/List
Returns the given string as a list of characters.
def fromString in scala/Iterator
def fromString in scala/xml/TextBuffer
def fromUndefinedAttribute in scala/xml/dtd/MakeValidationException
def fromUndefinedElement in scala/xml/dtd/MakeValidationException
def fromValues in scala/Iterator
def front in scala/collection/mutable/SynchronizedQueue-class
Returns the first element in the queue, or throws an error if there is no element contained in the queue.
def front in scala/collection/mutable/Queue-class
Returns the first element in the queue, or throws an error if there is no element contained in the queue.
def front in scala/collection/mutable/QueueProxy-class
Returns the first element in the queue, or throws an error if there is no element contained in the queue.
def front in scala/collection/immutable/Queue-class
Returns the first element in the queue, or throws an error if there is no element contained in the queue.
def fst in scala/Predef
def future in scala/concurrent/ops

G

object GBNil in scala/collection/immutable/Tree-class
class GP in scala/concurrent/pilib
Typed guarded process.
val GREEN in scala/Console
val GREEN_B in scala/Console
class GenExp in scala/xml/path/Expression
val g in scala/xml/BindingFactoryAdapter-class
mapping from element names to a truth value indicating whether the corresponding element may have text children
def get in scala/Option-class
def get in scala/Option-class
def get in scala/collection/Map-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/MapProxy-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
def get in scala/collection/mutable/ImmutableMapAdaptor-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/mutable/JavaMapAdaptor-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/mutable/DefaultMapModel-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/mutable/SingleLinkedList-class
def get in scala/collection/mutable/SynchronizedMap-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/mutable/MutableList-class
Returns the nth element of this list or None if this element does not exist.
def get in scala/collection/immutable/TreeMap-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/immutable/Tree-class/GBNil
def get in scala/collection/immutable/ListMap-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/collection/immutable/ListMap-class/Node-class
Check if this map maps key to a value and return the value if it exists.
def get in scala/concurrent/SyncVar-class
def getChildren in scala/runtime/matching/Matcher-class
def getClassLoader in scala/runtime/RunTime
def getDefaultNamespace in scala/xml/nobinding/NoBindingFactoryAdapter-class
def getLabels in scala/xml/dtd/ContentModel
var globalFirst in scala/util/automata/BaseBerrySethi-class
package grammar in scala/util
val gs in scala/concurrent/pilib/Sum-class

H

class HRule in scala/runtime/matching
class HashMap in scala/collection/mutable
This class implements mutable maps using a hashtable.
class HashSet in scala/collection/mutable
This class implements mutable sets using a hashtable.
class HashTable in scala/collection/mutable
This class can be used to construct data structures that are based on hashtables.
class HedgeChainRule in scala/runtime/matching
def HedgeNT in scala/runtime/matching/NonTermFactory-class
class HedgeNT in scala/runtime/matching
hedge nonterminals.
class HedgeRHS in scala/util/grammar
class HedgeRule in scala/runtime/matching
class History in scala/collection/mutable
History[A, B] objects may subscribe to events of type A published by an object of type B.
val h in scala/runtime/matching/TreeRule-class
val h in scala/runtime/matching/HedgeRule-class
val h in scala/runtime/matching/AnyNodeRule-class
val hStack in scala/xml/FactoryAdapter-class
val handle in scala/xml/parsing/MarkupParser-class
the handler of the markup
val handle in scala/xml/parsing/ConstructingParser-class
the handler of the markup
def hasNext in scala/Iterator-class
Does this iterator provide another element?
def hashCode in scala/Unit-class
def hashCode in scala/Byte-class
def hashCode in scala/Char-class
def hashCode in scala/Proxy-class
def hashCode in scala/Long-class
def hashCode in scala/Short-class
def hashCode in scala/Boolean-class
def hashCode in scala/Int-class
def hashCode in scala/Float-class
def hashCode in scala/Double-class
def hashCode in scala/collection/mutable/Map-class
The hashCode method always yields an error, since it is not safe to use mutable maps as keys in hash tables.
def hashCode in scala/collection/mutable/SynchronizedPriorityQueue-class
The hashCode method always yields an error, since it is not safe to use mutable queues as keys in hash tables.
def hashCode in scala/collection/mutable/Buffer-class
The hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables.
def hashCode in scala/collection/mutable/Stack-class
The hashCode method always yields an error, since it is not safe to use mutable stacks as keys in hash tables.
def hashCode in scala/collection/mutable/SynchronizedBuffer-class
The hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables.
def hashCode in scala/collection/mutable/Set-class
The hashCode method always yields an error, since it is not safe to use mutable stacks as keys in hash tables.
def hashCode in scala/collection/mutable/PriorityQueue-class
The hashCode method always yields an error, since it is not safe to use mutable queues as keys in hash tables.
def hashCode in scala/collection/mutable/SynchronizedStack-class
The hashCode method always yields an error, since it is not safe to use mutable stacks as keys in hash tables.
def hashCode in scala/collection/mutable/SynchronizedQueue-class
The hashCode method always yields an error, since it is not safe to use mutable queues as keys in hash tables.
def hashCode in scala/collection/mutable/Queue-class
The hashCode method always yields an error, since it is not safe to use mutable queues as keys in hash tables.
def hashCode in scala/collection/mutable/Script-class
The hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables.
def hashCode in scala/collection/immutable/Map-class
def hashCode in scala/collection/immutable/Tree-class/GBNil
def hashCode in scala/collection/immutable/ListSet-class
def hashCode in scala/collection/immutable/ListSet-class/Node-class
def hashCode in scala/collection/immutable/ListMap-class
def hashCode in scala/collection/immutable/ListMap-class/Node-class
def hashCode in scala/collection/immutable/Queue-class
def hashCode in scala/collection/immutable/Stack-class
Returns the hash code for this stack.
def hashCode in scala/collection/immutable/Stack-class/Node-class
Returns the hash code for this stack.
def hashCode in scala/xml/Comment-class
hashcode for this Comment
def hashCode in scala/xml/AttributeSeq-class
def hashCode in scala/xml/EntityRef-class
projection function.
def hashCode in scala/xml/Text-class
hashcode for this Text
def hashCode in scala/xml/Node-class
projection function.
def hashCode in scala/xml/Utility
returns a hashcode for the given constituents of a node
def hashCode in scala/xml/Utility
returns a hashcode for the given constituents of a node
def hashCode in scala/xml/ProcInstr-class
hashcode for this PI
def hashCode in scala/Any-class
val hd in scala/$colon$colon-class
def head in scala/List-class
Returns this first element of the list.
def head in scala/BufferedIterator-class
Checks what the next available element is.
def head in scala/$colon$colon-class
Returns this first element of the list.
def head in scala/Stream-class
def head in scala/Nil
Returns this first element of the list.
var hedgeInitials in scala/runtime/matching/NonTermFactory-class
val hedgeInitials in scala/util/grammar/ImmutableTreeHedgeGrammar-class
inv: hedgeInitials.length == nHedgeNT
def hedgeInitials in scala/util/grammar/TreeHedgeGrammar-class
inv: hedgeInitials.size == nHedgeNT
val hedgeInitials in scala/util/grammar/MutableTreeHedgeGrammar-class
inv: hedgeInitials.length == nHedgeNT
val hedgeTransitions in scala/runtime/matching/Matcher-class
val hedgeTransitions in scala/util/grammar/ImmutableTreeHedgeGrammar-class
def hedgeTransitions in scala/util/grammar/TreeHedgeGrammar-class
val hedgeTransitions in scala/util/grammar/MutableTreeHedgeGrammar-class
val height in scala/collection/immutable/Tree-class/INode-class
val hnt in scala/util/grammar/LabelledRHS-class
val hnt in scala/util/grammar/ConsRHS-class

I

object IMPLIED in scala/xml/dtd
val INVISIBLE in scala/Console
class INode in scala/collection/immutable/Tree-class
class ITree in scala/collection/immutable/Tree-class
class ImmutableMapAdaptor in scala/collection/mutable
This class can be used as an adaptor to create mutable maps from immutable map implementations.
class ImmutableSetAdaptor in scala/collection/mutable
This class can be used as an adaptor to create mutable sets from immutable set implementations.
class ImmutableTreeHedgeGrammar in scala/util/grammar
a mutable representation of hedge grammars.
class Include in scala/collection/mutable
This observable update refers to inclusion operations that add new elements to collection classes.
class Index in scala/collection/mutable
class Int in scala
class IntValue in scala/xml/parsing
class Item in scala/xml/PrettyPrinter-class
trait Iterable in scala
Collection classes supporting this trait provide a method elements which returns an iterator over all the elements contained in the collection.
object Iterable in scala
class IterableProxy in scala
This class implements a proxy for iterable objects.
trait Iterator in scala
Iterators are data structures that allow to iterate over a sequence of elements.
object Iterator in scala
The Iterator object provides various functions for creating specialized iterators.
val i in scala/runtime/matching/TreeNT-class
val i in scala/runtime/matching/TestLabel-class
val i in scala/runtime/matching/HedgeNT-class
def i2b in scala/runtime/RunTime
def i2c in scala/runtime/RunTime
def i2d in scala/runtime/RunTime
def i2f in scala/runtime/RunTime
def i2i in scala/runtime/RunTime
def i2l in scala/runtime/RunTime
def i2s in scala/runtime/RunTime
def iarray in scala/runtime/RunTime
def iarray_get in scala/runtime/RunTime
def iarray_length in scala/runtime/RunTime
def iarray_set in scala/runtime/RunTime
def id in scala/Enumeration-class/Value-class
def id in scala/Enumeration-class/Val-class
def id in scala/Predef
var imap in scala/collection/mutable/ImmutableMapAdaptor-class
package immutable in scala/collection
def improve in scala/collection/mutable/HashTable-class
val in in scala/collection/immutable/Queue-class
def incl in scala/collection/mutable/SetProxy-class
incl can be used to add many elements to the set at the same time.
def incl in scala/collection/mutable/Map-class
incl can be used to add many mappings at the same time to the map.
def incl in scala/collection/mutable/MapProxy-class
incl can be used to add many mappings at the same time to the map.
def incl in scala/collection/mutable/Set-class
incl can be used to add many elements to the set at the same time.
def incl in scala/collection/mutable/SynchronizedMap-class
incl can be used to add many mappings at the same time to the map.
def incl in scala/collection/mutable/SynchronizedSet-class
incl can be used to add many elements to the set at the same time.
def incl in scala/collection/immutable/Map-class
incl can be used to add many mappings at the same time to the map.
def incl in scala/collection/immutable/Map-class
incl can be used to add many mappings at the same time to the map.
def incl in scala/collection/immutable/Set-class
incl can be used to add many elements to the set at the same time.
def incl in scala/collection/immutable/Set-class
This method will add all the elements provided by an iterator of the iterable object that to the set.
def index in scala/collection/mutable/HashTable-class
def indexOf in scala/SeqProxy-class
Returns the index of the first occurence of the specified object in this sequence.
def indexOf in scala/Seq-class
Returns the index of the first occurence of the specified object in this sequence.
def indices in scala/List-class
Creates a list with all indices in the list.
def init in scala/List-class
Returns the list without its last element.
def init in scala/Stream-class
def init in scala/xml/parsing/MarkupParser-class
this method should assign the first character of the input to ch
def init in scala/xml/parsing/ConstructingParser-class
this method should assign the first character of the input to ch
def initScanner in scala/xml/dtd/Scanner-class
initializes the scanner on input s
def initTable in scala/collection/mutable/HashTable-class
def initialHedgeNT in scala/runtime/matching/NonTermFactory-class
val initialSize in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
val initialSize in scala/collection/mutable/ResizableArray-class
val initialSize in scala/collection/mutable/HashTable-class
The initial size of the hash table.
val initialThreshold in scala/collection/mutable/HashTable-class
The initial threshold
def initialTreeNT in scala/runtime/matching/NonTermFactory-class
def initialize in scala/util/automata/WordBerrySethi-class
def initializeAutom in scala/util/automata/WordBerrySethi-class
var initialized in scala/concurrent/pilib/Sum-class
var initials in scala/util/automata/WordBerrySethi-class
def input in scala/concurrent/pilib/Chan-class
Creates an input guarded process.
def insert in scala/collection/mutable/BufferProxy-class
Inserts new elements at the index n.
def insert in scala/collection/mutable/Buffer-class
Inserts new elements at the index n.
def insert in scala/collection/mutable/SingleLinkedList-class
def insert in scala/collection/mutable/SynchronizedBuffer-class
Inserts new elements at the index n.
def insert in scala/collection/mutable/DoubleLinkedList-class
def insert in scala/collection/immutable/TreeMap-class
A new TreeMap with the entry added is returned, assuming that key is not in the TreeMap.
def insert in scala/collection/immutable/Tree-class/GBNil
def insertAll in scala/collection/mutable/BufferProxy-class
Inserts new elements at the index n.
def insertAll in scala/collection/mutable/ListBuffer-class
Inserts new elements at the index n.
def insertAll in scala/collection/mutable/Buffer-class
Inserts new elements at the index n.
def insertAll in scala/collection/mutable/ArrayBuffer-class
Inserts new elements at the index n.
def insertAll in scala/collection/mutable/SynchronizedBuffer-class
Inserts new elements at the index n.
def insertAll in scala/collection/mutable/ObservableBuffer-class
Inserts new elements at the index n.
def insert_left in scala/collection/immutable/Tree-class/ITree-class
def insert_left in scala/collection/immutable/Tree-class/INode-class
def insert_right in scala/collection/immutable/Tree-class/ITree-class
def insert_right in scala/collection/immutable/Tree-class/INode-class
type int in scala/Predef
val internal in scala/collection/mutable/ResizableBitSet-class
def internal_endPrefixMapping in scala/xml/parsing/MarkupHandler-class
def internal_startPrefixMapping in scala/xml/parsing/MarkupHandler-class
def intersect in scala/List-class
Computes the intersection between this list and the given list that.
def intersect in scala/collection/mutable/SetProxy-class
This method computes an intersection with set that.
def intersect in scala/collection/mutable/Set-class
This method computes an intersection with set that.
def intersect in scala/collection/mutable/SynchronizedSet-class
This method computes an intersection with set that.
def intersect in scala/collection/immutable/Set-class
This method computes an intersection with set that.
def isApplicableHedge in scala/runtime/matching/Matcher-class
given set of hedge nonterms initialNTs and input hedge h, returns { H | H in initialNTs, T -> a<H> in rules, isApplicable( H, t.children )
def isApplicableHedge1 in scala/runtime/matching/Matcher-class
top-level call
def isApplicableTree in scala/runtime/matching/Matcher-class
given set of tree nonterms initialNTs and input tree t, returns { T | T in initialNTs, T -> a<H> in rules, isApplicable( H, t.children ) }
def isApplicableTree1 in scala/runtime/matching/Matcher-class
top-level call
def isDefinedAt in scala/PartialFunction-class
Checks if a value is contained in the functions domain.
def isDefinedAt in scala/Array-class
def isDefinedAt in scala/SeqProxy-class
Is this partial function defined for the index x?
def isDefinedAt in scala/Seq-class
Is this partial function defined for the index x?
def isDefinedAt in scala/collection/Map-class
Does this map contain a mapping from the given key to a value?
def isDefinedAt in scala/collection/MapProxy-class
Does this map contain a mapping from the given key to a value?
def isDefinedAt in scala/collection/mutable/ImmutableMapAdaptor-class
Does this map contain a mapping from the given key to a value?
def isDefinedAt in scala/collection/mutable/JavaMapAdaptor-class
Does this map contain a mapping from the given key to a value?
def isDefinedAt in scala/collection/mutable/SynchronizedMap-class
Does this map contain a mapping from the given key to a value?
def isEmpty in scala/Option-class
def isEmpty in scala/List-class
Returns true if the list does not contain any elements.
def isEmpty in scala/$colon$colon-class
Returns true if the list does not contain any elements.
def isEmpty in scala/Stream-class
def isEmpty in scala/Nil
Returns true if the list does not contain any elements.
def isEmpty in scala/util/automata/NondetWordAutom-class
returns true if there are no finite states
def isEmpty in scala/collection/SetProxy-class
Checks if this set is empty.
def isEmpty in scala/collection/Map-class
Is this an empty map?
def isEmpty in scala/collection/MapProxy-class
Is this an empty map?
def isEmpty in scala/collection/Set-class
Checks if this set is empty.
def isEmpty in scala/collection/mutable/PriorityQueueProxy-class
Checks if the queue is empty.
def isEmpty in scala/collection/mutable/SynchronizedPriorityQueue-class
Checks if the queue is empty.
def isEmpty in scala/collection/mutable/ImmutableMapAdaptor-class
Is this an empty map?
def isEmpty in scala/collection/mutable/JavaMapAdaptor-class
Is this an empty map?
def isEmpty in scala/collection/mutable/Stack-class
Checks if the stack is empty.
def isEmpty in scala/collection/mutable/SynchronizedMap-class
Is this an empty map?
def isEmpty in scala/collection/mutable/SynchronizedSet-class
Checks if this set is empty.
def isEmpty in scala/collection/mutable/StackProxy-class
Checks if the stack is empty.
def isEmpty in scala/collection/mutable/PriorityQueue-class
Checks if the queue is empty.
def isEmpty in scala/collection/mutable/SynchronizedStack-class
Checks if the stack is empty.
def isEmpty in scala/collection/mutable/JavaSetAdaptor-class
Checks if this set is empty.
def isEmpty in scala/collection/mutable/SynchronizedQueue-class
Checks if the queue is empty.
def isEmpty in scala/collection/mutable/Queue-class
Checks if the queue is empty.
def isEmpty in scala/collection/mutable/ImmutableSetAdaptor-class
Checks if this set is empty.
def isEmpty in scala/collection/mutable/QueueProxy-class
Checks if the queue is empty.
def isEmpty in scala/collection/immutable/ListSet-class/Node-class
Checks if this set is empty.
def isEmpty in scala/collection/immutable/ListMap-class/Node-class
Is this an empty map?
def isEmpty in scala/collection/immutable/Queue-class
Checks if the queue is empty.
def isEmpty in scala/collection/immutable/Stack-class
Checks if this stack is empty.
def isEmpty in scala/collection/immutable/Stack-class/Node-class
Checks if this stack is empty.
def isFinal in scala/util/automata/NondetWordAutom-class
returns true if the state is final
def isIdentChar in scala/xml/dtd/Scanner-class
def isInstanceOf in scala/Any-class
def isMixed in scala/xml/dtd/ContentModel
def isName in scala/xml/Parsing
Name ::= ( Letter | '_' ) (NameChar)* see [5] of XML 1.0 specification
def isNameChar in scala/xml/Parsing
NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender see [4] and Appendix B of XML 1.0 specification
def isNameStart in scala/xml/Parsing
NameStart ::= ( Letter | '_' ) where Letter means in one of the Unicode general categories { Ll, Lu, Lo, Lt, Nl } We do not allow a name to start with ':'.
val isNullable in scala/util/grammar/ImmutableTreeHedgeGrammar-class
inv: isNullable.length == nHedgeNT
def isNullable in scala/util/grammar/TreeHedgeGrammar-class
inv: isNullable.size == nHedgeNT
val isNullable in scala/util/grammar/MutableTreeHedgeGrammar-class
inv: hedgeIsNullable.length == nHedgeNT
val isNullable in scala/util/regexp/Base-class/RegExp-class
val isNullable in scala/util/regexp/Base-class/Alt-class
val isNullable in scala/util/regexp/Base-class/Sequ-class
val isNullable in scala/util/regexp/Base-class/Star-class
val isNullable in scala/util/regexp/Base-class/Eps
val isNullable in scala/util/regexp/Base-class/Meta-class
val isNullable in scala/util/regexp/WordExp-class/Letter-class
val isNullable in scala/util/regexp/PointedHedgeExp-class/Node-class
val isNullable in scala/util/regexp/PointedHedgeExp-class/TopIter-class
val isNullable in scala/util/regexp/PointedHedgeExp-class/Point
val isNullable in scala/util/regexp/WildcardBase-class/Wildcard
val isNullable in scala/xml/dtd/ContentModel/PCDATA_
val isNullable in scala/xml/dtd/ContentModel/ANY_
def isPubIDChar in scala/xml/Parsing
def isSequenceType in scala/runtime/matching/PatternGrammar-class
def isSet in scala/concurrent/SyncVar-class
def isSpace in scala/xml/Parsing
(#x20 | #x9 | #xD | #xA)
def isSpace in scala/xml/Parsing
(#x20 | #x9 | #xD | #xA)+
def isSpace in scala/xml/dtd/Scanner-class
def is_defined in scala/collection/immutable/Tree-class
Is the given key mapped to a value by this map?
def is_defined in scala/collection/immutable/Tree-class/GBNil
def itToList in scala/collection/immutable/Queue-class
var items in scala/xml/PrettyPrinter-class

J

class JavaMapAdaptor in scala/collection/mutable
This class can be used as an adaptor to create mutable maps from Java classes that implementat the java.util.Map interface.
class JavaSetAdaptor in scala/collection/mutable
This class can be used as an adaptor to create mutable sets from Java classes that implement interface java.util.Set.

K

def key in scala/collection/mutable/DefaultMapModel-class/Entry-class
val key in scala/xml/Attribute-class
def keys in scala/collection/Map-class
Creates an iterator for all keys.
def keys in scala/collection/MapProxy-class
Creates an iterator for all keys.
def keys in scala/collection/mutable/ImmutableMapAdaptor-class
Creates an iterator for all keys.
def keys in scala/collection/mutable/JavaMapAdaptor-class
Creates an iterator for all keys.
def keys in scala/collection/mutable/SynchronizedMap-class
Creates an iterator for all keys.

L

val LPAREN in scala/xml/dtd/Tokens-class
class LabelledRHS in scala/util/grammar
right hand side of a tree production, labelled with a letter from an alphabet
class Letter in scala/util/regexp/WordExp-class
class LinkedList in scala/collection/mutable
This class implements single linked lists where both the head (elem) and the tail (next) are mutable.
class LinkedList in scala/concurrent/Channel-class
trait LinkedListQueueCreator in scala/concurrent
Efficient queue module creator based on linked lists.
trait List in scala
A trait representing an ordered collection of elements of type a.
object List in scala
This object provides methods for creating specialized lists, and for transforming special kinds of lists (e.g.
class ListBuffer in scala/collection/mutable
A list buffer uses a list internally to assemble sequences of elements incrementally by appending or prepending new elements.
class ListMap in scala/collection/immutable
This class implements immutable maps using a list-based data structure.
object ListMap in scala/collection/immutable
trait ListQueueCreator in scala/concurrent
Inefficient but simple queue module creator.
class ListSet in scala/collection/immutable
This class implements immutable sets using a list-based data structure.
object ListSet in scala/collection/immutable
class Location in scala/mobile
The class Location provides a create method to instantiate objects from a network location by specifying the URL address of the jar/class file.

An update of the jar/class file should not break your code as far as the used class names and method signatures are the same.

Example:

    val url = new URL("http://scala.epfl.ch/classes/examples.jar");
    val obj = new Location(url) create "examples.sort";
object Location in scala/mobile
The object Location can be used to instantiate objects on the same Java VM.
trait Location in scala/collection/mutable
Class Location describes locations in messages implemented by class Message.
class Lock in scala/concurrent
class Long in scala
def l2b in scala/runtime/RunTime
def l2c in scala/runtime/RunTime
def l2d in scala/runtime/RunTime
def l2f in scala/runtime/RunTime
def l2i in scala/runtime/RunTime
def l2l in scala/runtime/RunTime
def l2s in scala/runtime/RunTime
val label in scala/util/grammar/LabelledRHS-class
type label in scala/util/regexp/PointedHedgeExp-class
val label in scala/util/regexp/PointedHedgeExp-class/Node-class
def label in scala/xml/Comment-class
the constant "#REM"
def label in scala/xml/EntityRef-class
the constant "#ENTITY"
def label in scala/xml/CharData-class
the constant "#CDATA"
def label in scala/xml/Elem-class
QName (the label of this node).
def label in scala/xml/Text-class
the constant "#PCDATA"
def label in scala/xml/Node-class
QName (the label of this node).
def label in scala/xml/PublicID-class
the constant "#PI"
def label in scala/xml/ProcInstr-class
the constant "#PI"
val label in scala/xml/path/Expression/NameTest-class
var labelAt in scala/util/automata/WordBerrySethi-class
val labelIntern in scala/xml/Elem-class
val labels in scala/util/automata/NondetWordAutom-class
var labels in scala/util/automata/WordBerrySethi-class
val lang in scala/util/automata/BaseBerrySethi-class
val lang in scala/util/automata/WordBerrySethi-class
def larray in scala/runtime/RunTime
def larray_get in scala/runtime/RunTime
def larray_length in scala/runtime/RunTime
def larray_set in scala/runtime/RunTime
def last in scala/List-class
Returns the last element of this list.
def last in scala/Stream-class
var last in scala/collection/mutable/MutableList-class
def lastIndexOf in scala/SeqProxy-class
Returns the index of the last occurence of the specified element in this sequence, or -1 if the sequence does not contain this element.
def lastIndexOf in scala/Seq-class
Returns the index of the last occurence of the specified element in this sequence, or -1 if the sequence does not contain this element.
def leafTag in scala/xml/PrettyPrinter-class
var len in scala/collection/mutable/MutableList-class
def length in scala/List-class
Returns the number of elements in the list.
def length in scala/Array-class
def length in scala/Stream-class
Returns the length of the sequence.
def length in scala/SeqProxy-class
Returns the length of the sequence.
def length in scala/Seq-class
Returns the length of the sequence.
def length in scala/collection/mutable/PriorityQueueProxy-class
Returns the length of this priority queue.
def length in scala/collection/mutable/BufferProxy-class
Returns the length of the sequence.
def length in scala/collection/mutable/ResizableArray-class
Returns the length of this resizable array.
def length in scala/collection/mutable/SingleLinkedList-class
Returns the length of the sequence.
def length in scala/collection/mutable/SynchronizedBuffer-class
Returns the length of the sequence.
def length in scala/collection/mutable/StackProxy-class
Returns the length of this stack.
def length in scala/collection/mutable/MutableList-class
Returns the length of this list.
def length in scala/collection/mutable/QueueProxy-class
Returns the length of this queue.
def length in scala/collection/immutable/Queue-class
Returns the length of the queue.
def length in scala/collection/immutable/Stack-class
Returns the size of this stack.
def length in scala/collection/immutable/Stack-class/Node-class
Returns the size of this stack.
def length in scala/xml/AttributeSeq-class
Returns the length of the sequence.
def length in scala/xml/NodeSeq-class
Returns the length of the sequence.
def link in scala/concurrent/Process-class
def load in scala/xml/FactoryAdapter-class
loads XML from given InputStream
def load in scala/xml/FactoryAdapter-class
loads XML from given Reader
def load in scala/xml/FactoryAdapter-class
loads XML from given sysID
def load in scala/xml/nobinding/XML
loads XML from given InputStream
def load in scala/xml/nobinding/XML
loads XML from given Reader
def load in scala/xml/nobinding/XML
loads XML from given sysID
def load in scala/xml/nobinding/XML
loads XML from a given input source
val loadFactor in scala/collection/mutable/HashTable-class
The load factor for the hash table.
def loadFile in scala/xml/FactoryAdapter-class
loads XML from given file
def loadFile in scala/xml/FactoryAdapter-class
loads XML from given file descriptor
def loadFile in scala/xml/FactoryAdapter-class
loads XML from given file
def loadFile in scala/xml/nobinding/XML
loads XML from given file
def loadFile in scala/xml/nobinding/XML
loads XML from given file descriptor
def loadFile in scala/xml/nobinding/XML
loads XML from given file
def loadXML in scala/xml/FactoryAdapter-class
load XML document
def loadXML in scala/xml/nobinding/NoBindingFactoryAdapter-class
loads an XML document, returning a Symbol node.
val log in scala/collection/mutable/History-class
var log in scala/concurrent/pilib/UChan-class
Default log function.
type long in scala/Predef
def lookup in scala/xml/AttributeSeq-class
val lookupURI in scala/xml/parsing/MarkupParser-class
def loopWhile in scala/runtime/NativeLoop

M

val MAGENTA in scala/Console
val MAGENTA_B in scala/Console
class MailBox in scala/concurrent
object MakeValidationException in scala/xml/dtd
trait Map in scala/collection
This trait defines the interface of collections that unambiguously map keys to values (i.e.
trait Map in scala/collection/mutable
This trait represents mutable maps.
trait Map in scala/collection/immutable
This trait extends the Map interface of collections that unambiguously map keys to values (i.e.
class MapProxy in scala/collection
This is a simple wrapper class for scala.collection.Map.
class MapProxy in scala/collection/mutable
This is a simple wrapper class for scala.collection.mutable.Map.
class MapTo in scala/collection/immutable/Map-class
class MarkupDecl in scala/xml/dtd
class MarkupHandler in scala/xml/parsing
class that handles markup - provides callback methods to MarkupParser
class MarkupParser in scala/xml/parsing
an xml parser.
class Matcher in scala/runtime/matching
this class matches input against a grammar.
trait Message in scala/collection/mutable
Class Message represents messages that are issued by observable collection classes whenever a data structure is changed.
type Message in scala/concurrent/MailBox-class
class Meta in scala/util/regexp/Base-class
this class can be used to add meta information to regexps
class MixedModeAutom in scala/xml/dtd/ElementValidator-class
trait MultiMap in scala/collection/mutable
This class is typically used as a mixin.
class MutableList in scala/collection/mutable
This class is used internally to represent mutable lists.
class MutableTreeHedgeGrammar in scala/util/grammar
a mutable representation of hedge grammars.
def main in scala/Application-class
The default main method.
def make in scala/List
Create a list containing several copies of an element.
def make in scala/concurrent/QueueModule-class
Create an empty queue.
def makeBox in scala/xml/PrettyPrinter-class
try to make indented box, if possible, else para
def makeBreak in scala/xml/PrettyPrinter-class
def makeHedgeNT in scala/util/grammar/MutableTreeHedgeGrammar-class
def makePara in scala/xml/PrettyPrinter-class
def makeSet in scala/collection/mutable/MultiMap-class
def makeTransition in scala/util/automata/WordBerrySethi-class
def makeTreeNT in scala/util/grammar/MutableTreeHedgeGrammar-class
def map in scala/Option-class
def map in scala/List-class
Returns the list resulting from applying the given function f to each element of this list.
def map in scala/Iterator-class
Returns a new iterator that maps all elements of this iterator to new elements using function f.
def map in scala/Stream-class
def map in scala/Enumeration-class
def map in scala/collection/mutable/Map-class
This function transforms all the values of mappings contained in this map with function f.
def map in scala/collection/mutable/MapProxy-class
This function transforms all the values of mappings contained in this map with function f.
def map in scala/collection/mutable/ImmutableMapAdaptor-class
This function transforms all the values of mappings contained in this map with function f.
def map in scala/collection/mutable/SynchronizedMap-class
This function transforms all the values of mappings contained in this map with function f.
def map in scala/collection/immutable/Map-class
This function transforms all the values of mappings contained in this map with function f.
def map in scala/xml/AttributeSeq-class
def map in scala/xml/NodeSeq-class
val map in scala/xml/dtd/AttributeValidator-class
def mappingToString in scala/collection/mutable/Map-class
This method controls how a mapping is represented in the string representation provided by method toString.
def mappingToString in scala/collection/mutable/MapProxy-class
This method controls how a mapping is represented in the string representation provided by method toString.
def mappingToString in scala/collection/mutable/ImmutableMapAdaptor-class
This method controls how a mapping is represented in the string representation provided by method toString.
def mappingToString in scala/collection/immutable/Map-class
This method controls how a mapping is represented in the string representation provided by method toString.
def match in scala/Any-class
def matchesH in scala/runtime/matching/Matcher-class
top-level call
def matchesT in scala/runtime/matching/Matcher-class
top-level call
package matching in scala/runtime
def max in scala/collection/mutable/PriorityQueueProxy-class
Returns the element with the highest priority in the queue, or throws an error if there is no element contained in the queue.
def max in scala/collection/mutable/SynchronizedPriorityQueue-class
Returns the element with the highest priority in the queue, or throws an error if there is no element contained in the queue.
def max in scala/collection/mutable/PriorityQueue-class
Returns the element with the highest priority in the queue, or throws an error if there is no element contained in the queue.
val maxHistory in scala/collection/mutable/History-class
def maxId in scala/Enumeration-class
def maybeSuffix in scala/xml/dtd/Parser
def merge in scala/collection/immutable/Tree-class/GBNil
def mixed in scala/xml/dtd/Parser
def mkQueue in scala/collection/immutable/Queue-class
def mkString in scala/List-class
Returns a string representation of this list.
def mkString in scala/collection/immutable/Queue-class
Returns a string representation of this queue.
def mk_iter in scala/collection/immutable/Tree-class/GBNil
package mobile in scala
val msg in scala/xml/parsing/FatalError-class
package mutable in scala/collection

N

object NA in scala/collection/mutable
val NAME in scala/xml/dtd/Tokens-class
object NameServer in scala/concurrent
class NameTest in scala/xml/path/Expression
class NamespaceDecl in scala/xml/parsing
class NativeLoop in scala/runtime
object NativeLoop in scala/runtime
def New in scala/collection/immutable/TreeMap-class
Creates a new TreeMap from a GBTree and its size.
def New in scala/collection/immutable/Tree-class
This abstract method should be defined by a concrete implementation C[T] as something like:
     override def New(sz:Int,t:aNode):This {
       new C[T](order) {
        override def size=sz;
        override protected val tree:aNode=t;
     }
    
The concrete implementation should also override the def of This override type This = C[T];
def New in scala/collection/immutable/TreeSet-class
This abstract method should be defined by a concrete implementation C[T] as something like:
     override def New(sz:Int,t:aNode):This {
       new C[T](order) {
        override def size=sz;
        override protected val tree:aNode=t;
     }
    
The concrete implementation should also override the def of This override type This = C[T];
object Nil in scala
The empty list.
def NoAttributes in scala/xml/Node
the constant empty attribute sequence
class NoBindingFactoryAdapter in scala/xml/nobinding
nobinding adaptor providing callbacks to parser to create elements.
class Node in scala/util/regexp/PointedHedgeExp-class
class Node in scala/collection/immutable/ListSet-class
class Node in scala/collection/immutable/ListMap-class
class Node in scala/collection/immutable/Stack-class
trait Node in scala/xml
Trait for representing XML using nodes of a labelled tree.
object Node in scala/xml
class NodeBuffer in scala/xml
this class acts as a Buffer for nodes.
class NodeSeq in scala/xml
a wrapper around Seq[Node] that adds XPath and comprehension methods
class NonTerm in scala/runtime/matching
class NonTermFactory in scala/runtime/matching
factory for nonterminals.
class NondetWordAutom in scala/util/automata
0 is always the only initial state
object None in scala
This case object represents non-existent values.
class NotationDecl in scala/xml/dtd
a notation declaration
type NullPointerException in scala/Predef
val n in scala/runtime/matching/TreeRule-class
val n in scala/runtime/matching/HedgeChainRule-class
val n in scala/runtime/matching/HedgeRule-class
val n in scala/runtime/matching/AnyNodeRule-class
val n in scala/runtime/matching/AnyTreeRule-class
val n in scala/collection/mutable/Index-class
val n in scala/concurrent/pilib/UGP-class
val nHedgeNT in scala/util/grammar/ImmutableTreeHedgeGrammar-class
number of hedge nonterminals
def nHedgeNT in scala/util/grammar/TreeHedgeGrammar-class
number of hedge nonterminals
var nHedgeNT in scala/util/grammar/MutableTreeHedgeGrammar-class
number of hedge nonterminals
val nTreeNT in scala/util/grammar/ImmutableTreeHedgeGrammar-class
number of tree nonterminals
def nTreeNT in scala/util/grammar/TreeHedgeGrammar-class
number of tree nonterminals
var nTreeNT in scala/util/grammar/MutableTreeHedgeGrammar-class
number of tree nonterminals
val name in scala/Symbol-class
def name in scala/Enumeration-class
def name in scala/xml/dtd/Scanner-class
val name in scala/xml/dtd/EntityDecl-class
val name in scala/xml/dtd/ElemName-class
val name in scala/xml/dtd/AttrDecl-class
val name in scala/xml/dtd/ElemDecl-class
val name in scala/xml/dtd/NotationDecl-class
val names in scala/concurrent/NameServer
def namespace in scala/xml/Elem-class
the namespace of this node
def namespace in scala/xml/Node-class
the namespace of this node
val namespace in scala/xml/Attribute-class
def namespace in scala/xml/SpecialNode-class
always Node.EmptyNamespace
var namespace in scala/xml/parsing/MarkupHandler-class
mapping from prefixes to namespaces
val namespace in scala/xml/dtd/ElementValidator-class
val namespace in scala/xml/dtd/AttributeValidator-class
def namespaceDecl in scala/xml/parsing/MarkupHandler-class
removes xmlns attributes from attr as a side effect, and returns a prefix map resulting from them
val namespaceIntern in scala/xml/Elem-class
def namespacePrefix in scala/xml/parsing/MarkupHandler-class
returns prefix of the qualified name if any
def next in scala/Iterator-class
Returns the next element.
var next in scala/collection/mutable/SingleLinkedList-class
var next in scala/concurrent/Channel-class/LinkedList-class
def next in scala/xml/dtd/Scanner-class
var nextId in scala/Enumeration-class
var nextName in scala/Enumeration-class
def nextToken in scala/xml/dtd/Scanner-class
scans the next token
def nextch in scala/xml/parsing/MarkupParser-class
this method assign the next character to ch and advances in input
def nextch in scala/xml/parsing/ConstructingParser-class
this method assign the next character to ch and advances in input
val noAttribs in scala/xml/parsing/MarkupParser-class
val noChildren in scala/xml/parsing/MarkupParser-class
val noPrefixes in scala/xml/Utility
a prefix mapping that maps the empty namespace to the empty prefix
package nobinding in scala/xml
def node in scala/collection/immutable/Tree-class/ITree-class
def node in scala/collection/immutable/Tree-class/INode-class
def nodeContainsText in scala/xml/FactoryAdapter-class
Tests if an XML element contains text.
def nodeContainsText in scala/xml/BindingFactoryAdapter-class
looks up whether an element may have text children
def nodeContainsText in scala/xml/nobinding/NoBindingFactoryAdapter-class
returns true.
val normalizeWhitespace in scala/xml/FactoryAdapter-class
def notify in scala/collection/mutable/History-class
def notify in java/lang/Object-class
def notify in scala/collection/mutable/Subscriber-class
def notify in java/lang/Object-class
val nstates in scala/util/automata/NondetWordAutom-class
var nullable in scala/runtime/matching/HedgeNT-class

O

val OPT in scala/xml/dtd/Tokens-class
class ObservableBuffer in scala/collection/mutable
This class is typically used as a mixin.
class ObservableMap in scala/collection/mutable
This class is typically used as a mixin.
class ObservableSet in scala/collection/mutable
This class is typically used as a mixin.
trait Option in scala
This class represents optional values.
trait Ordered in scala
A trait for totally ordered data.
def oarray in scala/runtime/RunTime
def oarray_get in scala/runtime/RunTime
def oarray_length in scala/runtime/RunTime
def oarray_set in scala/runtime/RunTime
def ok in scala/testing/UnitTest/Report-class
object ops in scala/concurrent
def or in scala/collection/mutable/ResizableBitSet-class/ByteArray-class
val out in scala/collection/immutable/Queue-class
def output in scala/concurrent/pilib/Chan-class
Creates an input guarded process.

P

object PCDATA_ in scala/xml/dtd/ContentModel
class PEReference in scala/xml/dtd
a parsed entity reference
val PLUS in scala/xml/dtd/Tokens-class
type Pair in scala/Predef
def Pair in scala/Predef
class Para in scala/xml/PrettyPrinter-class
object Parser in scala/xml/dtd
Parser for regexps (content models in DTD element declarations)
object Parsing in scala/xml
helper functions for parsing XML fragments
trait PartialFunction in scala
A partial function of type PartialFunction[A, B] is a unary function where the domain does not include all values of type A.
trait PartiallyOrdered in scala
A trait for partially ordered data.
class PatternGrammar in scala/runtime/matching
runtime representation of patterns.
object Point in scala/util/regexp/PointedHedgeExp-class
trait PointedHedgeExp in scala/util/regexp
pointed regular hedge expressions, a useful subclass of regular hedge expressions.
object Predef in scala
The Predef object provides definitions that are accessible in all Scala compilation units without explicit qualification.
class PrettyPrinter in scala/xml
Class for pretty printing.
class PriorityQueue in scala/collection/mutable
This class implements priority queues using a heap.
class PriorityQueueProxy in scala/collection/mutable
This class implements priority queues using a heap.
class ProcInstr in scala/xml
an XML node for processing instructions (PI)
class Process in scala/concurrent
object Process in scala/concurrent
class Product in scala/concurrent/pilib
class Proxy in scala
This class implements a simple proxy that forwards all calls to methods of class Any to another object x.
class PublicID in scala/xml
a public identifier
class Publisher in scala/collection/mutable
Publisher[A,This] objects publish events of type A to all registered subscribers.
val p in scala/xml/path/Expression/Exists-class
val p in scala/xml/path/Expression/Equals-class
def par in scala/concurrent/ops
def parse in scala/xml/dtd/ContentModel
def parse in scala/xml/dtd/Parser
parses the argument to a regexp
val parsedContentModel in scala/xml/dtd/ElemDecl-class
package parsing in scala/xml
def particle in scala/xml/dtd/Parser
def partition in scala/List-class
Partition the list in two sub-lists according to a predicate.
package path in scala/xml
object pilib in scala/concurrent
Library for using Pi-calculus concurrent primitives in Scala.
var pmap in scala/xml/PrettyPrinter-class
val polarity in scala/concurrent/pilib/UGP-class
def pop in scala/collection/mutable/Stack-class
Removes the top element from the stack.
def pop in scala/collection/mutable/StackProxy-class
Removes the top element from the stack.
def pop in scala/collection/mutable/SynchronizedStack-class
Removes the top element from the stack.
def pop in scala/collection/immutable/Stack-class
Removes the top element from the stack.
def pop in scala/collection/immutable/Stack-class/Node-class
Removes the top element from the stack.
var pos in scala/util/automata/BaseBerrySethi-class
var pos in scala/xml/parsing/MarkupParser-class
holds the position in the source file
var posMap in scala/util/automata/BaseBerrySethi-class
val prefixStack in scala/xml/parsing/MarkupHandler-class
a stack of prefix namespace mappings
def prepend in scala/collection/mutable/BufferProxy-class
Prepend an element to this list.
def prepend in scala/collection/mutable/Buffer-class
Prepend an element to this list.
def prepend in scala/collection/mutable/SynchronizedBuffer-class
Prepend an element to this list.
def prependAll in scala/collection/mutable/BufferProxy-class
Prepends a number of elements provided by an iterable object via its elements method.
def prependAll in scala/collection/mutable/Buffer-class
Prepends a number of elements provided by an iterable object via its elements method.
def prependAll in scala/collection/mutable/SynchronizedBuffer-class
Prepends a number of elements provided by an iterable object via its elements method.
def prependElem in scala/collection/mutable/MutableList-class
val preserveWS in scala/xml/parsing/MarkupParser-class
if true, does not remove surplus whitespace
var prev in scala/collection/mutable/DoubleLinkedList-class
def print in scala/Console
Print an object on the terminal.
def print in scala/Stream-class
def printElems in scala/Stream-class
def printError in scala/xml/FactoryAdapter-class
Prints the error message
def printf in scala/Console
Format and print out some text (in a fashion similar to printf in C).
def println in scala/Console
Print a new line character on the terminal.
def println in scala/Console
Print out an object followed by a new line character.
def procInstr in scala/xml/parsing/ConstructingHandler-class
def procInstr in scala/xml/parsing/MarkupHandler-class
val publicLiteral in scala/xml/PublicID-class
def publicLiteralToString in scala/xml/Utility
def publish in scala/collection/mutable/Publisher-class
def push in scala/collection/mutable/Stack-class
Pushes a sequence of elements on top of the stack.
def push in scala/collection/mutable/StackProxy-class
Pushes a sequence of elements on top of the stack.
def push in scala/collection/mutable/SynchronizedStack-class
Pushes a sequence of elements on top of the stack.
def push in scala/collection/immutable/Stack-class
Push a sequence of elements onto the stack.
def putChar in scala/xml/parsing/MarkupParser-class
append Unicode character to name buffer

Q

class Queue in scala/collection/mutable
Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.
class Queue in scala/collection/immutable
Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.
object Queue in scala/collection/immutable
trait QueueModule in scala/concurrent
Module for dealing with queues.
class QueueProxy in scala/collection/mutable
Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.
def queueCreate in scala/concurrent/LinkedListQueueCreator-class
def queueCreate in scala/concurrent/ListQueueCreator-class

R

val RED in scala/Console
val RED_B in scala/Console
object REQUIRED in scala/xml/dtd
val RESET in scala/Console
val REVERSED in scala/Console
val RPAREN in scala/xml/dtd/Tokens-class
class RegExp in scala/util/regexp/Base-class
class Remove in scala/collection/mutable
This observable update refers to removal operations of elements from collection classes.
class Report in scala/testing/UnitTest
class Reset in scala/collection/mutable
This command refers to reset operations.
class ResizableArray in scala/collection/mutable
This class is used internally to implement data structures that are based on resizable arrays.
class ResizableBitSet in scala/collection/mutable
resizable bit sets, to represent small sets of integers
class ResultOrException in scala/runtime
object ResultOrException in scala/runtime
class RevertableHistory in scala/collection/mutable
A revertable history is a History object which supports an undo operation.
object Root in scala/xml/path/Expression
class Rule in scala/runtime/matching
class RunTime in scala/runtime
object RunTime in scala/runtime
val r in scala/util/regexp/Base-class/Star-class
def r in scala/util/regexp/Base-class/Meta-class
val r in scala/util/regexp/PointedHedgeExp-class/Node-class
val r1 in scala/util/regexp/PointedHedgeExp-class/TopIter-class
val r2 in scala/util/regexp/PointedHedgeExp-class/TopIter-class
def range in scala/List
Create a sorted list of all integers in a range.
def range in scala/List
Create a sorted list of all integers in a range.
def range in scala/List
Create a sorted list of all integers in a range.
def range in scala/Iterator
Create an iterator with elements en+1 = en + 1 where e0 = lo and ei < end.
def range in scala/Iterator
Create an iterator with elements en+1 = en + step where e0 = lo and ei < end.
def range in scala/Iterator
Create an iterator with elements en+1 = step(en) where e0 = lo and ei < end.
def range in scala/Stream
Create a stream with element values vn+1 = vn + 1 where v0 = start and vi < end.
def range in scala/Stream
Create a stream with element values vn+1 = vn + step where v0 = start and vi < end.
def range in scala/Stream
Create a stream with element values vn+1 = step(vn) where v0 = start and vi < end.
def read in scala/concurrent/Channel-class
def read in scala/concurrent/pilib/Chan-class
Blocking read.
def read in scala/concurrent/SyncChannel-class
def readBoolean in scala/Console
Read a boolean value from the terminal.
def readByte in scala/Console
Read a byte value from the terminal.
def readChar in scala/Console
Read a char value from the terminal.
def readDouble in scala/Console
Read a double value from the terminal.
def readFloat in scala/Console
Read a float value from the terminal.
def readInt in scala/Console
Read an int value from the terminal.
def readLine in scala/Console
Read a full line from the terminal.
def readShort in scala/Console
Read a short value from the terminal.
def readToken in scala/xml/dtd/Scanner-class
def readf in scala/Console
Read in some structured input, specified by a format specifier.
def readf1 in scala/Console
Read in some structured input, specified by a format specifier.
def readf2 in scala/Console
Read in some structured input, specified by a format specifier.
def readf3 in scala/Console
Read in some structured input, specified by a format specifier.
def receive in scala/concurrent/Process
def receive in scala/concurrent/MailBox-class
Block until there is a message in the mailbox for which the processor f is defined.
def receiveWithin in scala/concurrent/Process
def receiveWithin in scala/concurrent/MailBox-class
Block until there is a message in the mailbox for which the processor f is defined or the timeout is over.
def reduceLeft in scala/List-class
def reduceLeft in scala/Stream-class
def reduceRight in scala/List-class
def reduceRight in scala/Stream-class
package regexp in scala/util
type regexp in scala/util/regexp/Base-class
type regexp in scala/util/regexp/PointedHedgeExp-class
type regexp in scala/util/regexp/WildcardBase-class
type regexp in scala/xml/dtd/ContentModel
def regexp in scala/xml/dtd/Parser
def register in scala/concurrent/NameServer
def release in scala/concurrent/Lock-class
def remove in scala/List-class
Remove all elements of the list which satisfy the predicate p.
def remove in scala/collection/mutable/BufferProxy-class
Removes the element on a given index position.
def remove in scala/collection/mutable/ListBuffer-class
Removes the element on a given index position.
def remove in scala/collection/mutable/Buffer-class
Removes the element on a given index position.
def remove in scala/collection/mutable/MultiMap-class
def remove in scala/collection/mutable/ArrayBuffer-class
Removes the element on a given index position.
def remove in scala/collection/mutable/SynchronizedBuffer-class
Removes the element on a given index position.
def remove in scala/collection/mutable/ObservableBuffer-class
Removes the element on a given index position.
def remove in scala/collection/mutable/DoubleLinkedList-class
def removeDuplicates in scala/List-class
Removes redundant elements from the list.
def removeEntry in scala/collection/mutable/HashTable-class
def removeSubscription in scala/collection/mutable/Publisher-class
def removeSubscriptions in scala/collection/mutable/Publisher-class
def replicate in scala/concurrent/ops
var report in scala/testing/UnitTest
def reportSyntaxError in scala/xml/parsing/MarkupParser-class
report a syntax error
def reportSyntaxError in scala/xml/parsing/ConstructingParser-class
report a syntax error
var req in scala/xml/dtd/AttributeValidator-class
def reset in scala/collection/mutable/MutableList-class
def reset in scala/xml/PrettyPrinter-class
var result in scala/runtime/ResultOrException-class
def reverse in scala/List-class
Reverses the elements of this list.
def reverse in scala/Stream-class
def reverseMap in scala/List-class
Apply a function to all the elements of the list, and return the reversed list of results.
def reverse_::: in scala/List-class
Reverse the given prefix and append the current list to that.
val rhs in scala/runtime/matching/HedgeChainRule-class
def right in scala/runtime/matching/Address-class
precond: p is nonempty
var rootElem in scala/xml/FactoryAdapter-class
val rs in scala/util/regexp/Base-class/Alt-class
val rs in scala/util/regexp/Base-class/Sequ-class
def rule_eq in scala/runtime/matching/Rule-class
def rule_smaller in scala/runtime/matching/Rule-class
def run in scala/concurrent/Process-class
def run in scala/xml/dtd/ElementValidator-class/Autom-class
def run in scala/xml/dtd/ElementValidator-class/TrivialAutom
def run in scala/xml/dtd/ElementValidator-class/EmptyAutom
"not even entity references, PIs, etc"
def run in scala/xml/dtd/ElementValidator-class/TextAutom
only text nodes, entity references, PIs, comments, etc"
def run in scala/xml/dtd/ElementValidator-class/MixedModeAutom-class
package runtime in scala

S

val S in scala/xml/dtd/Tokens-class
val STAR in scala/xml/dtd/Tokens-class
trait ScalaObject in scala
object ScalaRunTime in scala/runtime
class Scanner in scala/xml/dtd
Scanner for regexps (content models in DTD element declarations)
class Script in scala/collection/mutable
Objects of this class represent compound messages consisting of a sequence of other messages.
trait Scriptable in scala/collection/mutable
Classes that implement the Scriptable trait allow messages to be sent to objects of that class.
trait Seq in scala
Class Seq[A] represents finite sequences of elements of type A.
object Seq in scala
class SeqProxy in scala
Class Seq[A] represents finite sequences of elements of type A.
class Sequ in scala/util/regexp/Base-class
class SerialVersionUID in scala
class Serializable in scala
trait Set in scala/collection
This trait defines the interface of collections that do not contain duplicate elements.
trait Set in scala/collection/mutable
This trait represents mutable sets.
trait Set in scala/collection/immutable
This trait represents immutable sets.
class SetProxy in scala/collection
This is a simple wrapper class for scala.collection.Set.
class SetProxy in scala/collection/mutable
This is a simple wrapper class for scala.collection.mutable.Set.
class Short in scala
class SingleLinkedList in scala/collection/mutable
This extensible class may be used as a basis for implementing linked list.
class Some in scala
Class Option[A] represents existing values of type A.
trait Spawn in scala/concurrent/pilib
Run several processes in parallel using the following syntax: spawn < p_1 | ...
class SpecialNode in scala/xml
a special XML node is either text (PCDATA), a comment, a PI, or an entity ref
class Stack in scala/collection/mutable
A stack implements a data structure which allows to store and retrieve objects in a last-in-first-out (LIFO) fashion.
class Stack in scala/collection/immutable
This class implements immutable stacks using a list-based data structure.
object Stack in scala/collection/immutable
class StackProxy in scala/collection/mutable
A stack implements a data structure which allows to store and retrieve objects in a last-in-first-out (LIFO) fashion.
class Star in scala/util/regexp/Base-class
object Start in scala/collection/mutable
trait Stream in scala

The class Stream implements lazy lists where elements are only evaluated when they are needed.

object Stream in scala
The object Stream provides helper functions to manipulate streams.
type String in scala/Predef
trait Subscriber in scala/collection/mutable
Subscriber[A, B] objects may subscribe to events of type A published by an object of type B.
class Sum in scala/concurrent/pilib
class Symbol in scala
Instances of Symbol can be created easily with Scala's built-in quote mechanism.
class SyncChannel in scala/concurrent
class SyncVar in scala/concurrent
trait SynchronizedBuffer in scala/collection/mutable
This trait should be used as a mixin.
trait SynchronizedMap in scala/collection/mutable
This trait should be used as a mixin.
class SynchronizedPriorityQueue in scala/collection/mutable
This class implements synchronized priority queues using a heap.
class SynchronizedQueue in scala/collection/mutable
This is a synchronized version of the Queue[T] class.
trait SynchronizedSet in scala/collection/mutable
This trait should be used as a mixin.
class SynchronizedStack in scala/collection/mutable
This is a synchronized version of the Stack[T] class.
class SyntaxError in scala/util/regexp
this runtime exception is thrown if an attempt to instantiate a syntactically incorrect expression is detected
class SystemID in scala/xml
a system identifier
val s in scala/xml/PrettyPrinter-class/Box-class
val s in scala/xml/PrettyPrinter-class/Para-class
def s2b in scala/runtime/RunTime
def s2c in scala/runtime/RunTime
def s2d in scala/runtime/RunTime
def s2f in scala/runtime/RunTime
def s2i in scala/runtime/RunTime
def s2l in scala/runtime/RunTime
def s2s in scala/runtime/RunTime
def sOpt in scala/xml/dtd/Parser
def sameElements in scala/IterableProxy-class
Checks if the other iterable object contains the same elements.
def sameElements in scala/Iterable-class
Checks if the other iterable object contains the same elements.
def sarray in scala/runtime/RunTime
def sarray_get in scala/runtime/RunTime
def sarray_length in scala/runtime/RunTime
def sarray_set in scala/runtime/RunTime
def save in scala/xml/nobinding/XML
saves XML to filename with encoding ISO-8859-1
val sb in scala/xml/TextBuffer-class
package scala in root-page
def scd in scala/Predef
def seenLabel in scala/util/automata/WordBerrySethi-class
called at the leaves of the regexp
def seenLabel in scala/util/automata/WordBerrySethi-class
def self in scala/concurrent/Process-class
def self in scala/concurrent/Process
def send in scala/concurrent/Process
def send in scala/concurrent/NameServer
def send in scala/concurrent/MailBox-class
First check whether a pending receiver is applicable to the sent message.
def seqRest in scala/xml/dtd/Parser
def set in scala/collection/mutable/ResizableBitSet-class
def set in scala/collection/mutable/ResizableBitSet-class
var set in scala/collection/mutable/ImmutableSetAdaptor-class
def set in scala/concurrent/pilib/Sum-class
Set the values of parameters and awake the sleeping sum.
def set in scala/concurrent/SyncVar-class
def setClassLoader in scala/runtime/RunTime
def setIn in scala/Console
Set the default input stream.
def setIn in scala/Console
Set the default input stream.
def setOut in scala/Console
Set the default output stream.
def setReporter in scala/testing/UnitTest
type short in scala/Predef
def singH in scala/runtime/matching/Matcher-class
convenience method
def singT in scala/runtime/matching/Matcher-class
convenience method
val siz in scala/collection/immutable/Tree-class/INode-class
def size in scala/collection/SetProxy-class
Returns the number of elements in this set.
def size in scala/collection/BitSet-class
number of bits in this bitset
def size in scala/collection/Map-class
Compute the number of key-to-value mappings.
def size in scala/collection/MapProxy-class
Compute the number of key-to-value mappings.
def size in scala/collection/Set-class
Returns the number of elements in this set.
var size in scala/collection/mutable/ResizableBitSet-class
size of this bitset in nbytes
var size in scala/collection/mutable/ResizableArray-class
def size in scala/collection/mutable/ImmutableMapAdaptor-class
Compute the number of key-to-value mappings.
def size in scala/collection/mutable/JavaMapAdaptor-class
Compute the number of key-to-value mappings.
def size in scala/collection/mutable/SynchronizedMap-class
Compute the number of key-to-value mappings.
def size in scala/collection/mutable/SynchronizedSet-class
Returns the number of elements in this set.
def size in scala/collection/mutable/HashTable-class
Returns the size of this hash map.
def size in scala/collection/mutable/History-class
def size in scala/collection/mutable/JavaSetAdaptor-class
Returns the number of elements in this set.
def size in scala/collection/mutable/ImmutableSetAdaptor-class
Returns the number of elements in this set.
def size in scala/collection/immutable/BitSet-class
number of bits in this bitset
def size in scala/collection/immutable/Tree-class
The size of the tree, returns 0 (zero) if the tree is empty.
def size in scala/collection/immutable/ListSet-class
Returns the number of elements in this set.
def size in scala/collection/immutable/ListSet-class/Node-class
Returns the number of elements in this set.
def size in scala/collection/immutable/ListMap-class
Returns the number of mappings in this map.
def size in scala/collection/immutable/ListMap-class/Node-class
Returns the number of mappings in this map.
def sort in scala/List-class
Sort the list according to the comparison function <(e1: a, e2: a) => Boolean, which should be true iff e1 is smaller than e2.
def sortedSeq in scala/xml/AttributeSeq-class
def span in scala/List-class
Returns the longest prefix of the list whose elements all satisfy the given predicate, and the rest of the list.
def spawn in scala/concurrent/Process
def spawn in scala/concurrent/ops
val spawn in scala/concurrent/pilib
def spawn_link in scala/concurrent/Process-class
def spawn_link in scala/concurrent/Process
def splitAt in scala/List-class
Split the list at a given point and return the two parts thus created.
def startElement in scala/xml/FactoryAdapter-class
def startTag in scala/xml/PrettyPrinter-class
def stringPrefix in scala/Seq-class
Defines the prefix of the string representation.
def stringPrefix in scala/collection/mutable/ListBuffer-class
Defines the prefix of the string representation.
def stringPrefix in scala/collection/mutable/Buffer-class
Defines the prefix of the string representation.
def stringPrefix in scala/collection/mutable/ArrayBuffer-class
Defines the prefix of the string representation.
def stringPrefix in scala/collection/mutable/MutableList-class
Defines the prefix of the string representation.
def subscribe in scala/collection/mutable/Publisher-class
def subscribe in scala/collection/mutable/Publisher-class
def subseq in scala/SeqProxy-class
Returns a subsequence starting from index from consisting of len elements.
def subseq in scala/Seq-class
Returns a subsequence starting from index from consisting of len elements.
def subsetOf in scala/collection/SetProxy-class
Checks if this set is a subset of set that.
def subsetOf in scala/collection/Set-class
Checks if this set is a subset of set that.
def subsetOf in scala/collection/mutable/SynchronizedSet-class
Checks if this set is a subset of set that.
def suspendSubscription in scala/collection/mutable/Publisher-class
def swap in scala/collection/mutable/ResizableArray-class
Swap two elements of this array.
val systemLiteral in scala/xml/SystemID-class
val systemLiteral in scala/xml/PublicID-class
def systemLiteralToString in scala/xml/Utility

T

class TIMEOUT in scala/concurrent
val TOKEN_PCDATA in scala/xml/dtd/Tokens-class
class TRule in scala/runtime/matching
class Test in scala/xml/path/Expression
trait TestAlphabet in scala/runtime/matching
object TestAlphabetView in scala/runtime/matching
class TestLabel in scala/runtime/matching
class Text in scala/xml
an XML node for text (PCDATA).
object TextAutom in scala/xml/dtd/ElementValidator-class
class TextBuffer in scala/xml
this classes is for creating text nodes without surplus whitespace.
object TextBuffer in scala/xml
type This in scala/collection/immutable/TreeMap-class
The type returned when creating a new tree.
type This in scala/collection/immutable/Tree-class
The type returned when creating a new tree.
type This in scala/collection/immutable/TreeSet-class
The type returned when creating a new tree.
type Throwable in scala/Predef
class Tokens in scala/xml/dtd
class TopIter in scala/util/regexp/PointedHedgeExp-class
class Tree in scala/collection/immutable
General Balanced Trees - highly efficient functional dictionaries.
class TreeHedgeGrammar in scala/util/grammar
a mutable representation of hedge grammars.
class TreeMap in scala/collection/immutable
This class implements immutable maps using a tree.
object TreeMap in scala/collection/immutable
def TreeNT in scala/runtime/matching/NonTermFactory-class
class TreeNT in scala/runtime/matching
tree nonterminal.
class TreeRHS in scala/util/grammar
right hand side of a tree production
class TreeRule in scala/runtime/matching
class TreeSet in scala/collection/immutable
This class implements immutable sets using a tree.
type Triple in scala/Predef
def Triple in scala/Predef
object TrivialAutom in scala/xml/dtd/ElementValidator-class
class Try in scala/runtime/ScalaRunTime
def Try in scala/runtime/ScalaRunTime
class Tuple1 in scala
class Tuple2 in scala
class Tuple3 in scala
class Tuple4 in scala
class Tuple5 in scala
class Tuple6 in scala
class Tuple7 in scala
class Tuple8 in scala
class Tuple9 in scala
val t in scala/runtime/matching/HedgeRule-class
val t in scala/collection/immutable/Tree-class/ITree-class
type t in scala/concurrent/QueueModule-class
Type of queues.
val t1 in scala/collection/immutable/Tree-class/INode-class
var table in scala/collection/mutable/HashTable-class
The actual hash table.
var tableSize in scala/collection/mutable/HashTable-class
The number of mappings contained in this hash table.
def tabulate in scala/List
Create a list by applying a function to successive integers.
val tagStack in scala/xml/FactoryAdapter-class
def tail in scala/List-class
Returns this list without its first element.
def tail in scala/$colon$colon-class
Returns this list without its first element.
def tail in scala/Stream-class
def tail in scala/Nil
Returns this list without its first element.
def take in scala/List-class
Returns the n first elements of this list.
def take in scala/Iterator-class
Returns a new iterator that iterates only over the first n elements.
def take in scala/Stream-class
Returns the sub-sequence starting from index n.
def take in scala/SeqProxy-class
Returns the sub-sequence starting from index n.
def take in scala/Seq-class
Returns the sub-sequence starting from index n.
def takeRight in scala/List-class
Returns the rightmost n elements from this list.
def takeWhile in scala/List-class
Returns the longest prefix of this list whose elements satisfy the predicate p.
def takeWhile in scala/Stream-class
def take_smallest in scala/collection/immutable/Tree-class/GBNil
val target in scala/xml/ProcInstr-class
def test in scala/runtime/matching/PatternGrammar-class
val test in scala/runtime/matching/TreeRule-class
val test in scala/xml/path/Expression/Attrib-class
val test in scala/xml/path/Expression/Child-class
val test in scala/xml/path/Expression/DescOrSelf-class
def testFromString in scala/xml/path/Expression
package testing in scala
val text in scala/xml/Comment-class
val text in scala/xml/CharData-class
val text in scala/xml/Text-class
val text in scala/xml/ProcInstr-class
def text in scala/xml/parsing/ConstructingHandler-class
def text in scala/xml/parsing/MarkupHandler-class
def theSeq in scala/xml/NodeSeq-class
def theSeq in scala/xml/Node-class
var threshold in scala/collection/mutable/HashTable-class
The next size value at which to resize (capacity * load factor).
val tl in scala/$colon$colon-class
var tmppos in scala/xml/parsing/MarkupParser-class
holds temporary values of pos
val tnt in scala/util/grammar/ConsRHS-class
def toByteArray in scala/collection/mutable/ResizableBitSet-class
def toList in scala/Option-class
def toList in scala/Iterator-class
Transform this iterator into a list of all elements.
def toList in scala/SeqProxy-class
Transform this sequence into a list of all elements.
def toList in scala/Seq-class
Transform this sequence into a list of all elements.
def toList in scala/collection/SetProxy-class
Returns the elements of this set as a list.
def toList in scala/collection/Map-class
Returns the mappings of this map as a list.
def toList in scala/collection/MapProxy-class
Returns the mappings of this map as a list.
def toList in scala/collection/Set-class
Returns the elements of this set as a list.
def toList in scala/collection/mutable/ImmutableMapAdaptor-class
Returns the mappings of this map as a list.
def toList in scala/collection/mutable/Stack-class
Creates a list of all stack elements in FIFO order.
def toList in scala/collection/mutable/SingleLinkedList-class
Transform this sequence into a list of all elements.
def toList in scala/collection/mutable/SynchronizedMap-class
Returns the mappings of this map as a list.
def toList in scala/collection/mutable/SynchronizedSet-class
Returns the elements of this set as a list.
def toList in scala/collection/mutable/StackProxy-class
Creates a list of all stack elements in FIFO order.
def toList in scala/collection/mutable/PriorityQueue-class
Returns a list of all elements.
def toList in scala/collection/mutable/SynchronizedStack-class
Creates a list of all stack elements in FIFO order.
def toList in scala/collection/mutable/ImmutableSetAdaptor-class
Returns the elements of this set as a list.
def toList in scala/collection/mutable/MutableList-class
Returns an instance of scala.List containing the same sequence of elements.
def toList in scala/collection/immutable/TreeMap-class
Creates a list of all (key, value) mappings.
def toList in scala/collection/immutable/Tree-class/GBNil
def toList in scala/collection/immutable/ListSet-class
Transform this set into a list of all elements.
def toList in scala/collection/immutable/ListSet-class/Node-class
Transform this set into a list of all elements.
def toList in scala/collection/immutable/ListMap-class
This return a list of key-value pairs.
def toList in scala/collection/immutable/ListMap-class/Node-class
This return a list of key-value pairs.
def toList in scala/collection/immutable/TreeSet-class
Transform this set into a list of all elements.
def toList in scala/collection/immutable/Stack-class
Creates a list of all stack elements in LIFO order.
def toList in scala/collection/immutable/Stack-class/Node-class
Creates a list of all stack elements in LIFO order.
def toPair in scala/collection/mutable/DefaultMapModel-class/Entry-class
def toQueue in scala/collection/mutable/PriorityQueueProxy-class
Returns a regular queue containing the same elements.
def toQueue in scala/collection/mutable/PriorityQueue-class
Returns a regular queue containing the same elements.
def toSet in scala/collection/BitSet-class
returns the subset of [0..size] whose elements are indices of bits set to v.
def toString in scala/Symbol-class
Converts this symbol to a string.
def toString in scala/Tuple3-class
def toString in scala/Tuple4-class
def toString in scala/Unit-class
def toString in scala/Tuple9-class
def toString in scala/Tuple7-class
def toString in scala/Tuple8-class
def toString in scala/Tuple5-class
def toString in scala/List-class
Customizes the toString method.
def toString in scala/List
Returns the given list of characters as a string.
def toString in java/lang/Object-class
def toString in scala/Byte-class
def toString in scala/Char-class
def toString in scala/Proxy-class
def toString in scala/Tuple6-class
def toString in scala/Tuple1-class
def toString in scala/Tuple2-class
def toString in scala/Long-class
def toString in scala/Short-class
def toString in scala/Stream-class
Customizes the toString method.
def toString in scala/Boolean-class
def toString in scala/Seq-class
Customizes the toString method.
def toString in scala/Int-class
def toString in scala/Enumeration-class
def toString in scala/Enumeration-class/Val-class
def toString in scala/Float-class
def toString in scala/Double-class
def toString in scala/runtime/matching/NonTerm-class
def toString in scala/runtime/matching/Rule-class
def toString in scala/runtime/matching/Address-class
def toString in scala/util/regexp/Base-class/Eps
def toString in scala/collection/Map-class
Creates a string representation for this map.
def toString in scala/collection/Set-class
Returns a string representation of this set.
def toString in scala/collection/mutable/Map-class
Returns a string representation of this map which shows all the mappings.
def toString in scala/collection/mutable/SynchronizedPriorityQueue-class
Returns a textual representation of a queue as a string.
def toString in scala/collection/mutable/MapProxy-class
Returns a string representation of this map which shows all the mappings.
def toString in scala/collection/mutable/ImmutableMapAdaptor-class
Returns a string representation of this map which shows all the mappings.
def toString in scala/collection/mutable/DefaultMapModel-class/Entry-class
def toString in scala/collection/mutable/Stack-class
Returns a textual representation of a stack as a string.
def toString in scala/collection/mutable/SynchronizedMap-class
Returns a string representation of this map which shows all the mappings.
def toString in scala/collection/mutable/SynchronizedSet-class
Returns a string representation of this set.
def toString in scala/collection/mutable/PriorityQueue-class
Returns a textual representation of a queue as a string.
def toString in scala/collection/mutable/SynchronizedStack-class
Returns a textual representation of a stack as a string.
def toString in scala/collection/mutable/SynchronizedQueue-class
Returns a textual representation of a queue as a string.
def toString in scala/collection/mutable/Queue-class
Returns a textual representation of a queue as a string.
def toString in scala/collection/mutable/Script-class
Customizes the toString method.
def toString in scala/collection/mutable/ImmutableSetAdaptor-class
Returns a string representation of this set.
def toString in scala/collection/immutable/Map-class
Returns a string representation of this map which shows all the mappings.
def toString in scala/collection/immutable/Queue-class
Returns a string representation of this queue.
def toString in scala/xml/Comment-class
returns ""
def toString in scala/xml/EntityRef-class
returns text, with some characters escaped according to XML spec
def toString in scala/xml/NodeSeq-class
Customizes the toString method.
def toString in scala/xml/CharData-class
returns "<![CDATA["+text+"]]>"
def toString in scala/xml/SystemID-class
def toString in scala/xml/PrettyPrinter-class/Break
def toString in scala/xml/Text-class
returns text, with some characters escaped according to XML spec
def toString in scala/xml/Node-class
string representation of this node
def toString in scala/xml/PublicID-class
returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral
def toString in scala/xml/ProcInstr-class
returns "<?"+target+(" "+text)?+"?>"
def toString in scala/xml/dtd/ElemName-class
def toString in scala/xml/dtd/IMPLIED
def toString in scala/xml/dtd/ContentModel/PCDATA_
def toString in scala/xml/dtd/ContentModel/ANY_
def toString in scala/xml/dtd/ContentModel
def toString in scala/xml/dtd/ContentModel
def toString in scala/xml/dtd/AttrDecl-class
def toString in scala/xml/dtd/PEReference-class
def toString in scala/xml/dtd/REQUIRED
def toString in scala/xml/dtd/DEFAULT-class
def toString in scala/Any-class
def toText in scala/xml/TextBuffer-class
returns an empty sequence if text is only whitespace
def toXML in scala/xml/Utility
serializes an instance of Node to a string that contains well-formed XML
def toXML in scala/xml/Utility
serializes a node with given namespace prefix mapping.
def toXML in scala/xml/Utility
serializes a tree to the given stringbuffer with the given namespace prefix mapping
def toXML1 in scala/xml/Utility
serializes a tree to the given stringbuffer with the given namespace prefix mapping
var token in scala/xml/dtd/Scanner-class
def token2string in scala/xml/dtd/Tokens-class
def top in scala/collection/mutable/Stack-class
Returns the top element of the stack.
def top in scala/collection/mutable/StackProxy-class
Returns the top element of the stack.
def top in scala/collection/mutable/SynchronizedStack-class
Returns the top element of the stack.
def top in scala/collection/immutable/Stack-class
Returns the top element of the stack.
def top in scala/collection/immutable/Stack-class/Node-class
Returns the top element of the stack.
val tpe in scala/xml/dtd/EntityDecl-class
val tpe in scala/xml/dtd/AttrDecl-class
val tpe in scala/xml/dtd/NotationDecl-class
class transient in scala
def traverse in scala/util/automata/BaseBerrySethi-class
returns "Sethi-length" of a pattern, creating the set of position along the way
def traverse in scala/util/automata/WordBerrySethi-class
returns "Sethi-length" of a pattern, creating the set of position along the way
def traverse in scala/xml/PrettyPrinter-class
def traverse in scala/xml/PrettyPrinter-class
val tree in scala/collection/immutable/Tree-class
The nodes in the tree.
var treeInitials in scala/runtime/matching/NonTermFactory-class
val treeInitials in scala/util/grammar/ImmutableTreeHedgeGrammar-class
inv: treeInitials.length == nTreeNT
def treeInitials in scala/util/grammar/TreeHedgeGrammar-class
inv: treeInitials.size == nTreeNT
val treeInitials in scala/util/grammar/MutableTreeHedgeGrammar-class
inv: treeInitials.length == nTreeNT
val treeTransitions in scala/runtime/matching/Matcher-class
val treeTransitions in scala/util/grammar/ImmutableTreeHedgeGrammar-class
def treeTransitions in scala/util/grammar/TreeHedgeGrammar-class
val treeTransitions in scala/util/grammar/MutableTreeHedgeGrammar-class
def trimEnd in scala/collection/mutable/Buffer-class
Removes the last n elements.
def trimStart in scala/collection/mutable/Buffer-class
Removes the first n elements.
def tryBlock in scala/runtime/ResultOrException
def tryCompareTo in scala/PartiallyOrdered-class
Result of comparing `this' with operand `that'.

U

class UChan in scala/concurrent/pilib
Untyped channel.
class UGP in scala/concurrent/pilib
An untyped guarded process.
val UNDERLINED in scala/Console
trait Undoable in scala/collection/mutable
Classes that implement the Undoable trait provide an operation undo which can be used to undo the last operation.
class Unit in scala
object UnitTest in scala/testing
some simple methods to support unit testing with assertions to contain more JUnit style assertions which use Scala's features.
class Update in scala/collection/mutable
This observable update refers to destructive modification operations of elements from collection classes.
object Utility in scala/xml
Utility functions for processing instances of bound and not bound XML classes, as well as escaping text nodes
val uid in scala/SerialVersionUID-class
def unbox__array in scala/runtime/RunTime
def unbox_barray in scala/runtime/RunTime
def unbox_bvalue in scala/runtime/RunTime
def unbox_carray in scala/runtime/RunTime
def unbox_cvalue in scala/runtime/RunTime
def unbox_darray in scala/runtime/RunTime
def unbox_dvalue in scala/runtime/RunTime
def unbox_farray in scala/runtime/RunTime
def unbox_fvalue in scala/runtime/RunTime
def unbox_iarray in scala/runtime/RunTime
def unbox_ivalue in scala/runtime/RunTime
def unbox_larray in scala/runtime/RunTime
def unbox_lvalue in scala/runtime/RunTime
def unbox_oarray in scala/runtime/RunTime
def unbox_sarray in scala/runtime/RunTime
def unbox_svalue in scala/runtime/RunTime
def unbox_uvalue in scala/runtime/RunTime
def unbox_zarray in scala/runtime/RunTime
def unbox_zvalue in scala/runtime/RunTime
def undo in scala/collection/mutable/RevertableHistory-class
Rollback the full history.
def undo in scala/collection/mutable/Undoable-class
Undo the last operation.
def union in scala/List-class
Computes the union of this list and the given list that.
type unit in scala/Predef
def unregister in scala/concurrent/NameServer
def unset in scala/concurrent/SyncVar-class
val untyped in scala/concurrent/pilib/GP-class
def unzip in scala/List
Transform a list of pair into a pair of lists.
def update in scala/Array-class
def update in scala/collection/mutable/SetProxy-class
This method allows one to add or remove an element elem from this set depending on the value of parameter included.
def update in scala/collection/mutable/Map-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/BufferProxy-class
Replace element at index n with the new element newelem.
def update in scala/collection/mutable/ListBuffer-class
Replace element at index n with the new element newelem.
def update in scala/collection/mutable/Buffer-class
Replace element at index n with the new element newelem.
def update in scala/collection/mutable/MapProxy-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/ImmutableMapAdaptor-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/JavaMapAdaptor-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/DefaultMapModel-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/ObservableMap-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/ArrayBuffer-class
Replace element at index n with the new element newelem.
def update in scala/collection/mutable/SynchronizedBuffer-class
Replace element at index n with the new element newelem.
def update in scala/collection/mutable/Set-class
This method allows one to add or remove an element elem from this set depending on the value of parameter included.
def update in scala/collection/mutable/SynchronizedMap-class
This method allows one to add a new mapping from key to value to the map.
def update in scala/collection/mutable/SynchronizedSet-class
This method allows one to add or remove an element elem from this set depending on the value of parameter included.
def update in scala/collection/mutable/ObservableBuffer-class
Replace element at index n with the new element newelem.
def update in scala/collection/immutable/Map-class
This method allows one to create a new map with an additional mapping from key to value.
def update in scala/collection/immutable/TreeMap-class
A new TreeMap with the entry added is returned, if key is not in the TreeMap, otherwise the key is updated with the new entry.
def update in scala/collection/immutable/Tree-class/GBNil
def update in scala/collection/immutable/ListMap-class
This method allows one to create a new map with an additional mapping from key to value.
def update in scala/collection/immutable/ListMap-class/Node-class
This method allows one to create a new map with an additional mapping from key to value.
def update_or_add in scala/collection/immutable/Tree-class
A new tree with the entry added is returned, if key is not in the tree, otherwise the key is updated with the new entry.
val uri in scala/xml/parsing/NamespaceDecl-class
package util in scala

V

class Val in scala/Enumeration-class
class ValidationException in scala/xml/dtd
def Value in scala/Enumeration-class
def Value in scala/Enumeration-class
def Value in scala/Enumeration-class
def Value in scala/Enumeration-class
trait Value in scala/Enumeration-class
val v in scala/concurrent/pilib/UGP-class
def validate in scala/xml/dtd/ElementValidator-class
def validate in scala/xml/dtd/AttributeValidator-class
def value in scala/Unit-class
val value in scala/Byte-class
val value in scala/Char-class
val value in scala/Long-class
val value in scala/Short-class
def value in scala/Array-class
val value in scala/Boolean-class
val value in scala/Int-class
val value in scala/Float-class
val value in scala/Double-class
var value in scala/collection/mutable/DefaultMapModel-class/Entry-class
val value in scala/xml/Attribute-class
val value in scala/xml/parsing/CustomValue-class
val value in scala/xml/parsing/IntValue-class
val value in scala/xml/parsing/CDataValue-class
var value in scala/xml/dtd/Scanner-class
def values in scala/collection/Map-class
Creates an iterator for a contained values.
def values in scala/collection/MapProxy-class
Creates an iterator for a contained values.
def values in scala/collection/mutable/ImmutableMapAdaptor-class
Creates an iterator for a contained values.
def values in scala/collection/mutable/JavaMapAdaptor-class
Creates an iterator for a contained values.
def values in scala/collection/mutable/SynchronizedMap-class
Creates an iterator for a contained values.
val vars in scala/runtime/matching/PatternGrammar-class
def view in scala/List
Lists with ordered elements are ordered
def view in scala/Seq
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Predef
def view in scala/Iterable
def view in scala/runtime/matching/TestAlphabetView
def view in scala/xml/Utility
class volatile in scala
var vset in scala/runtime/matching/TreeNT-class

W

val WHITE in scala/Console
val WHITE_B in scala/Console
def While in scala/runtime/ScalaRunTime
def While in scala/runtime/ScalaRunTime/DoWhile-class
object Wildcard in scala/util/regexp/WildcardBase-class
trait WildcardBase in scala/util/regexp
for use as a mixin to add wildcards to the language
class WildcardLabel in scala/util/alphabet
object WildcardTest in scala/xml/path/Expression
class WordBerrySethi in scala/util/automata
this turns a regexp over A into a NondetWordAutom over A using the celebrated position automata construction (also called Berry-Sethi or Glushkov)
trait WordExp in scala/util/regexp
regular word expressions.
def warning in scala/xml/FactoryAdapter-class
Warning.
def whereis in scala/concurrent/NameServer
def write in scala/concurrent/Channel-class
def write in scala/concurrent/pilib/Chan-class
Blocking write.
def write in scala/concurrent/SyncChannel-class
var ws in scala/xml/TextBuffer-class

X

object XML in scala/xml/nobinding
functions to load and save XML elements.
val x in scala/Some-class
def xAttributeValue in scala/xml/parsing/MarkupParser-class
attribute value, terminated by either ' or ".
def xAttributes in scala/xml/parsing/MarkupParser-class
parse attribute and add it to listmap [41] Attributes ::= { S Name Eq AttValue } AttValue ::= `'` { _ } `'` | `"` { _ } `"` | `{` scalablock `}`
def xCharData in scala/xml/parsing/MarkupParser-class
'<! CharData ::= [CDATA[ ( {char} - {char}"]]>"{char} ) ']]>' see [15]
def xCharRef in scala/xml/parsing/MarkupParser-class
CharRef ::= "&#" '0'..'9' {'0'..'9'} ";" | "&#x" '0'..'9'|'A'..'F'|'a'..'f' { hexdigit } ";" see [66]
def xComment in scala/xml/parsing/MarkupParser-class
Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->' see [15]
def xEQ in scala/xml/parsing/MarkupParser-class
scan [S] '=' [S]
def xEndTag in scala/xml/parsing/MarkupParser-class
[42] '<' xmlEndTag ::= '<' '/' Name S? '>'
def xName in scala/xml/parsing/MarkupParser-class
Name ::= (Letter | '_' | ':') (NameChar)* see [5] of XML 1.0 specification
def xProcInstr in scala/xml/parsing/MarkupParser-class
'<?' ProcInstr ::= Name [S ({Char} - ({Char}'>?' {Char})]'?>' see [15]
def xSpace in scala/xml/parsing/MarkupParser-class
scan [3] S ::= (#x20 | #x9 | #xD | #xA)+
def xSpaceOpt in scala/xml/parsing/MarkupParser-class
skip optional space S?
def xTag in scala/xml/parsing/MarkupParser-class
parse a start or empty tag.
def xText in scala/xml/parsing/MarkupParser-class
parse character data.
def xToken in scala/xml/parsing/MarkupParser-class
munch expected XML token, report syntax error for unexpected
package xml in scala

Y

val YELLOW in scala/Console
val YELLOW_B in scala/Console

Z

val z in scala/xml/ProcInstr-class
def zarray in scala/runtime/RunTime
def zarray_get in scala/runtime/RunTime
def zarray_length in scala/runtime/RunTime
def zarray_set in scala/runtime/RunTime
def zip in scala/List-class
Return a list formed from this list and the specified list that by associating each element of the former with the element at the same position in the latter.
def zip in scala/Iterator-class
Return an iterator formed from this iterator and the specified iterator that by associating each element of the former with the element at the same position in the latter.
def zip in scala/Stream-class

\

def \ in scala/xml/NodeSeq-class
projection function.
def \ in scala/xml/path/Expression/Expr-class
def \\ in scala/xml/NodeSeq-class
projection function.
def \\ in scala/xml/path/Expression/Expr-class

^

def ^ in scala/Byte-class
def ^ in scala/Byte-class
def ^ in scala/Char-class
def ^ in scala/Char-class
def ^ in scala/Long-class
def ^ in scala/Short-class
def ^ in scala/Short-class
def ^ in scala/Boolean-class
def ^ in scala/Int-class
def ^ in scala/Int-class

_

val _1 in scala/Tuple3-class
val _1 in scala/Tuple4-class
val _1 in scala/Tuple9-class
val _1 in scala/Tuple7-class
val _1 in scala/Tuple8-class
val _1 in scala/Tuple5-class
val _1 in scala/Tuple6-class
val _1 in scala/Tuple1-class
val _1 in scala/Tuple2-class
val _2 in scala/Tuple3-class
val _2 in scala/Tuple4-class
val _2 in scala/Tuple9-class
val _2 in scala/Tuple7-class
val _2 in scala/Tuple8-class
val _2 in scala/Tuple5-class
val _2 in scala/Tuple6-class
val _2 in scala/Tuple2-class
val _3 in scala/Tuple3-class
val _3 in scala/Tuple4-class
val _3 in scala/Tuple9-class
val _3 in scala/Tuple7-class
val _3 in scala/Tuple8-class
val _3 in scala/Tuple5-class
val _3 in scala/Tuple6-class
val _4 in scala/Tuple4-class
val _4 in scala/Tuple9-class
val _4 in scala/Tuple7-class
val _4 in scala/Tuple8-class
val _4 in scala/Tuple5-class
val _4 in scala/Tuple6-class
val _5 in scala/Tuple9-class
val _5 in scala/Tuple7-class
val _5 in scala/Tuple8-class
val _5 in scala/Tuple5-class
val _5 in scala/Tuple6-class
val _6 in scala/Tuple9-class
val _6 in scala/Tuple7-class
val _6 in scala/Tuple8-class
val _6 in scala/Tuple6-class
val _7 in scala/Tuple9-class
val _7 in scala/Tuple7-class
val _7 in scala/Tuple8-class
val _8 in scala/Tuple9-class
val _8 in scala/Tuple8-class
val _9 in scala/Tuple9-class

|

def | in scala/Byte-class
def | in scala/Byte-class
def | in scala/Char-class
def | in scala/Char-class
def | in scala/Long-class
def | in scala/Short-class
def | in scala/Short-class
def | in scala/Boolean-class
def | in scala/Int-class
def | in scala/Int-class
def | in scala/concurrent/pilib/Spawn-class
def || in scala/Boolean-class

~

def ~ in scala/Byte-class
def ~ in scala/Char-class
def ~ in scala/Long-class
def ~ in scala/Short-class
def ~ in scala/Int-class