scala.collection.jcl

object Conversions

[source: scala/collection/jcl/Conversions.scala]

object Conversions
extends AnyRef
Method Summary
implicit def convertList [T](set : java.util.List[T]) : BufferWrapper[T]
implicit def convertMap [T, E](set : java.util.Map[T, E]) : MapWrapper[T, E]
implicit def convertSet [T](set : java.util.Set[T]) : SetWrapper[T]
implicit def convertSortedMap [T, E](set : java.util.SortedMap[T, E]) : SortedMapWrapper[T, E]
implicit def convertSortedSet [T](set : java.util.SortedSet[T]) : SortedSetWrapper[T]
implicit def unconvertCollection [T](set : CollectionWrapper[T]) : java.util.Collection[T]
implicit def unconvertList [T](set : BufferWrapper[T]) : java.util.List[T]
implicit def unconvertMap [T, E](set : MapWrapper[T, E]) : java.util.Map[T, E]
implicit def unconvertSet [T](set : SetWrapper[T]) : java.util.Set[T]
implicit def unconvertSortedMap [T, E](set : SortedMapWrapper[T, E]) : java.util.SortedMap[T, E]
implicit def unconvertSortedSet [T](set : SortedSetWrapper[T]) : java.util.SortedSet[T]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def convertSet[T](set : java.util.Set[T]) : SetWrapper[T]

implicit def convertList[T](set : java.util.List[T]) : BufferWrapper[T]

implicit def convertSortedSet[T](set : java.util.SortedSet[T]) : SortedSetWrapper[T]

implicit def convertMap[T, E](set : java.util.Map[T, E]) : MapWrapper[T, E]

implicit def convertSortedMap[T, E](set : java.util.SortedMap[T, E]) : SortedMapWrapper[T, E]

implicit def unconvertSet[T](set : SetWrapper[T]) : java.util.Set[T]

implicit def unconvertCollection[T](set : CollectionWrapper[T]) : java.util.Collection[T]

implicit def unconvertList[T](set : BufferWrapper[T]) : java.util.List[T]

implicit def unconvertSortedSet[T](set : SortedSetWrapper[T]) : java.util.SortedSet[T]

implicit def unconvertMap[T, E](set : MapWrapper[T, E]) : java.util.Map[T, E]

implicit def unconvertSortedMap[T, E](set : SortedMapWrapper[T, E]) : java.util.SortedMap[T, E]