object Wrappers extends Wrappers with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Wrappers
- Serializable
- Serializable
- Wrappers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ConcurrentMapWrapper[A, B] extends MutableMapWrapper[A, B] with ConcurrentMap[A, B]
- Definition Classes
- Wrappers
-
case class
DictionaryWrapper[A, B] extends Dictionary[A, B] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
IterableWrapper[A] extends AbstractCollection[A] with IterableWrapperTrait[A] with Product with Serializable
- Definition Classes
- Wrappers
-
trait
IterableWrapperTrait[A] extends AbstractCollection[A]
- Definition Classes
- Wrappers
-
case class
IteratorWrapper[A] extends java.util.Iterator[A] with Enumeration[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JCollectionWrapper[A] extends AbstractIterable[A] with Iterable[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JConcurrentMapWrapper[A, B] extends mutable.AbstractMap[A, B] with JMapWrapperLike[A, B, JConcurrentMapWrapper[A, B]] with concurrent.Map[A, B] with Product with Serializable
Wraps a concurrent Java map as a Scala one.
Wraps a concurrent Java map as a Scala one. Single-element concurrent access is supported; multi-element operations such as maps and filters are not guaranteed to be atomic.
- Definition Classes
- Wrappers
-
case class
JDictionaryWrapper[A, B] extends mutable.AbstractMap[A, B] with mutable.Map[A, B] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JEnumerationWrapper[A] extends AbstractIterator[A] with Iterator[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JIterableWrapper[A] extends AbstractIterable[A] with Iterable[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JIteratorWrapper[A] extends AbstractIterator[A] with Iterator[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JListWrapper[A] extends AbstractBuffer[A] with SeqOps[A, Buffer, Buffer[A]] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JMapWrapper[A, B] extends mutable.AbstractMap[A, B] with JMapWrapperLike[A, B, JMapWrapper[A, B]] with Product with Serializable
Wraps a Java map as a Scala one.
Wraps a Java map as a Scala one. If the map is to support concurrent access, use JConcurrentMapWrapper instead. If the wrapped map is synchronized (e.g. from
java.util.Collections.synchronizedMap), it is your responsibility to wrap all non-atomic operations withunderlying.synchronized. This includesget, asjava.util.Map's API does not allow for an atomicgetwhennullvalues may be present.- Definition Classes
- Wrappers
-
trait
JMapWrapperLike[K, V, +C <: mutable.Map[K, V] with mutable.Map[K, V]] extends mutable.Map[K, V] with mutable.MapOps[K, V, mutable.Map, mutable.Map[K, V]]
- Definition Classes
- Wrappers
-
case class
JPropertiesWrapper extends mutable.AbstractMap[String, String] with mutable.MapOps[String, String, mutable.Map, mutable.Map[String, String]] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
JSetWrapper[A] extends AbstractSet[A] with mutable.Set[A] with mutable.SetOps[A, mutable.Set, mutable.Set[A]] with Product with Serializable
- Definition Classes
- Wrappers
-
class
MapWrapper[A, B] extends java.util.AbstractMap[A, B] with Serializable
- Definition Classes
- Wrappers
- Annotations
- @SerialVersionUID()
-
case class
MutableBufferWrapper[A] extends AbstractList[A] with IterableWrapperTrait[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
MutableMapWrapper[A, B] extends MapWrapper[A, B] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
MutableSeqWrapper[A] extends AbstractList[A] with IterableWrapperTrait[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
MutableSetWrapper[A] extends SetWrapper[A] with Product with Serializable
- Definition Classes
- Wrappers
-
case class
SeqWrapper[A] extends AbstractList[A] with IterableWrapperTrait[A] with Product with Serializable
- Definition Classes
- Wrappers
-
class
SetWrapper[A] extends AbstractSet[A] with Serializable
- Definition Classes
- Wrappers
- Annotations
- @SerialVersionUID()
-
class
ToIteratorWrapper[A] extends AnyRef
- Definition Classes
- Wrappers
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )