PersistentSet

class PersistentSet(session: SharedSessionContractImplementor) extends AbstractPersistentCollection with Set[Object]
trait Set[Object]
trait SetOps[Object, Set, Set[Object]]
trait Shrinkable[Object]
trait Builder[Object, Set[Object]]
trait Growable[Object]
trait Clearable
trait Cloneable[Set[Object]]
trait Cloneable
trait Set[Object]
trait Equals
trait SetOps[Object, Set, Set[Object]]
trait Object => Boolean
trait Iterable[Object]
trait Iterable[Object]
trait IterableFactoryDefaults[Object, Set]
trait IterableOps[Object, Set, Set[Object]]
trait IterableOnceOps[Object, Set, Set[Object]]
trait IterableOnce[Object]
class AbstractPersistentCollection
trait PersistentCollection
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

final class Add(value: Object)
final class Clear
final class Remove(orphan: Object)

Value members

Constructors

def this(session: SharedSessionContractImplementor, set: Set[Object])

Concrete methods

override def addOne(elem: Object): PersistentSet
Definition Classes
Growable
def beforeInitialize(persister: CollectionPersister, anticipatedSize: Int): Unit
override def beginRead(): Unit
Definition Classes
AbstractPersistentCollection -> PersistentCollection
override def clear(): Unit
Definition Classes
Builder -> Clearable
override def contains(elem: Object): Boolean
Definition Classes
SetOps
override def disassemble(persister: CollectionPersister): Serializable
Definition Classes
PersistentCollection
override def endRead(): Boolean
Definition Classes
AbstractPersistentCollection -> PersistentCollection
override def entries(persister: CollectionPersister): Iterator[_]
Definition Classes
PersistentCollection
override def entryExists(entry: Object, i: Int): Boolean
Definition Classes
PersistentCollection
override def equals(other: Any): Boolean
Definition Classes
Set -> Equals -> Any
override def equalsSnapshot(persister: CollectionPersister): Boolean
Definition Classes
PersistentCollection
override def getDeletes(persister: CollectionPersister, indexIsFormula: Boolean): Iterator[_]
Definition Classes
PersistentCollection
override def getElement(entry: Object): Object
Definition Classes
PersistentCollection
override def getIndex(entry: Object, i: Int, persister: CollectionPersister): Object
Definition Classes
PersistentCollection
override def getOrphans(snapshot: Serializable, entityName: String): Collection[_]
Definition Classes
AbstractPersistentCollection -> PersistentCollection
override def getSnapshot(persister: CollectionPersister): Serializable
Definition Classes
PersistentCollection
override def getSnapshotElement(entry: Object, i: Int): Object
Definition Classes
PersistentCollection
override def hashCode(): Int
Definition Classes
Set -> Any
override def initializeFromCache(persister: CollectionPersister, disassembled: Serializable, owner: Object): Unit
Definition Classes
PersistentCollection
override def isCollectionEmpty: Boolean
Definition Classes
AbstractPersistentCollection -> PersistentCollection
override def isEmpty: Boolean
Definition Classes
IterableOnceOps
override def isRowUpdatePossible: Boolean
Definition Classes
AbstractPersistentCollection -> PersistentCollection
override def isSnapshotEmpty(snapshot: Serializable): Boolean
Definition Classes
PersistentCollection
override def isWrapper(collection: Object): Boolean
Definition Classes
PersistentCollection
override def iterator: Iterator[Object]
Definition Classes
IterableOnce
override def needsInserting(entry: Object, i: Int, elemType: Type): Boolean
Definition Classes
PersistentCollection
override def needsUpdating(entry: Object, i: Int, elemType: Type): Boolean
Definition Classes
PersistentCollection
override def readFrom(rs: ResultSet, persister: CollectionPersister, descriptor: CollectionAliases, owner: Object): Object
Definition Classes
PersistentCollection
override def size: Int
Definition Classes
IterableOnceOps
override def subtractOne(elem: Object): PersistentSet
Definition Classes
Shrinkable
override def toString: String
Definition Classes
Set -> Function1 -> Iterable -> Any

Inherited methods

@inline
final def &(that: Set[Object]): Set[Object]
Inherited from:
SetOps
@inline
final def &~(that: Set[Object]): Set[Object]
Inherited from:
SetOps
@inline
final def ++[B >: Object](suffix: IterableOnce[B]): Set[B]
Inherited from:
IterableOps
@inline
final def ++(that: IterableOnce[Object]): Set[Object]
Inherited from:
SetOps
@inline
final def ++=(xs: IterableOnce[Object]): PersistentSet
Inherited from:
Growable
@inline
final def +=(elem: Object): PersistentSet
Inherited from:
Growable
@inline
final def --=(xs: IterableOnce[Object]): PersistentSet
Inherited from:
Shrinkable
@inline
final def -=(elem: Object): PersistentSet
Inherited from:
Shrinkable
def add(elem: Object): Boolean
Inherited from:
SetOps
def addAll(xs: IterableOnce[Object]): PersistentSet
Inherited from:
Growable
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from:
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from:
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from:
IterableOnceOps
def afterInitialize(): Boolean
Inherited from:
AbstractPersistentCollection
@throws(org.hibernate.HibernateException)
def afterRowInsert(x$0: CollectionPersister, x$1: <FromJavaObject>, x$2: Int): Unit
Inherited from:
AbstractPersistentCollection
@unspecialized
def andThen[A](g: Boolean => A): Object => A
Inherited from:
Function1
@inline
final def apply(elem: Object): Boolean
Inherited from:
SetOps
def canEqual(that: Any): Boolean
Inherited from:
Set
final def clearDirty(): Unit
Inherited from:
AbstractPersistentCollection
final def clearOperationQueue(): Unit
Inherited from:
AbstractPersistentCollection
override def clone(): Set[Object]
Definition Classes
SetOps -> Cloneable -> Object
Inherited from:
SetOps
def collect[B](pf: PartialFunction[Object, B]): Set[B]
Inherited from:
IterableOps
def collectFirst[B](pf: PartialFunction[Object, B]): Option[B]
Inherited from:
IterableOnceOps
@unspecialized
def compose[A](g: A => Object): A => Boolean
Inherited from:
Function1
def concat[B >: Object](suffix: IterableOnce[B]): Set[B]
Inherited from:
IterableOps
def concat(that: IterableOnce[Object]): Set[Object]
Inherited from:
SetOps
def copyToArray[B >: Object](xs: Array[B], start: Int, len: Int): Int
Inherited from:
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Object](xs: Array[B], start: Int): Int
Inherited from:
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Object](xs: Array[B]): Int
Inherited from:
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Object, B) => Boolean): Boolean
Inherited from:
IterableOnceOps
def count(p: Object => Boolean): Int
Inherited from:
IterableOnceOps
def diff(that: Set[Object]): Set[Object]
Inherited from:
SetOps
final def dirty(): Unit
Inherited from:
AbstractPersistentCollection
def drop(n: Int): Set[Object]
Inherited from:
IterableOps
def dropRight(n: Int): Set[Object]
Inherited from:
IterableOps
def dropWhile(p: Object => Boolean): Set[Object]
Inherited from:
IterableOps
override def empty: Set[Object]
Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from:
IterableFactoryDefaults
def exists(p: Object => Boolean): Boolean
Inherited from:
IterableOnceOps
def filter(pred: Object => Boolean): Set[Object]
Inherited from:
IterableOps
def filterInPlace(p: Object => Boolean): PersistentSet
Inherited from:
SetOps
def filterNot(pred: Object => Boolean): Set[Object]
Inherited from:
IterableOps
def find(p: Object => Boolean): Option[Object]
Inherited from:
IterableOnceOps
def flatMap[B](f: Object => IterableOnce[B]): Set[B]
Inherited from:
IterableOps
def flatten[B](implicit asIterable: Object => IterableOnce[B]): Set[B]
Inherited from:
IterableOps
def fold[A1 >: Object](z: A1)(op: (A1, A1) => A1): A1
Inherited from:
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Object) => B): B
Inherited from:
IterableOnceOps
def foldRight[B](z: B)(op: (Object, B) => B): B
Inherited from:
IterableOnceOps
def forall(p: Object => Boolean): Boolean
Inherited from:
IterableOnceOps
@throws(org.hibernate.HibernateException)
final def forceInitialization(): Unit
Inherited from:
AbstractPersistentCollection
def foreach[U](f: Object => U): Unit
Inherited from:
IterableOnceOps
protected def fromSpecific(coll: IterableOnce[Object]): Set[Object]
Inherited from:
IterableFactoryDefaults
def getIdentifier(x$0: <FromJavaObject>, x$1: Int): <FromJavaObject>
Inherited from:
AbstractPersistentCollection
final def getKey(): Serializable
Inherited from:
AbstractPersistentCollection
def getOwner(): <FromJavaObject>
Inherited from:
AbstractPersistentCollection
final def getQueuedOrphans(x$0: String): Collection[_]
Inherited from:
AbstractPersistentCollection
final def getRole(): String
Inherited from:
AbstractPersistentCollection
final def getSession(): SharedSessionContractImplementor
Inherited from:
AbstractPersistentCollection
final def getStoredSnapshot(): Serializable
Inherited from:
AbstractPersistentCollection
def getValue(): <FromJavaObject>
Inherited from:
AbstractPersistentCollection
def groupBy[K](f: Object => K): Map[K, Set[Object]]
Inherited from:
IterableOps
def groupMap[K, B](key: Object => K)(f: Object => B): Map[K, Set[B]]
Inherited from:
IterableOps
def groupMapReduce[K, B](key: Object => K)(f: Object => B)(reduce: (B, B) => B): Map[K, B]
Inherited from:
IterableOps
def grouped(size: Int): Iterator[Set[Object]]
Inherited from:
IterableOps
final def hasQueuedOperations(): Boolean
Inherited from:
AbstractPersistentCollection
def head: Object
Inherited from:
IterableOps
def headOption: Option[Object]
Inherited from:
IterableOps
def init: Set[Object]
Inherited from:
IterableOps
def inits: Iterator[Set[Object]]
Inherited from:
IterableOps
def intersect(that: Set[Object]): Set[Object]
Inherited from:
SetOps
def isDirectlyAccessible(): Boolean
Inherited from:
AbstractPersistentCollection
def isDirectlyProvidedCollection(x$0: <FromJavaObject>): Boolean
Inherited from:
PersistentCollection
final def isDirty(): Boolean
Inherited from:
AbstractPersistentCollection
def isElementRemoved(): Boolean
Inherited from:
AbstractPersistentCollection
def isNewlyInstantiated(): Boolean
Inherited from:
PersistentCollection
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
final def isUnreferenced(): Boolean
Inherited from:
AbstractPersistentCollection
override def iterableFactory: IterableFactory[Set]
Definition Classes
Set -> Set -> Iterable -> Iterable -> IterableOps
Inherited from:
Set
override def knownSize: Int
Definition Classes
SetOps -> Growable -> IterableOnce
Inherited from:
SetOps
def last: Object
Inherited from:
IterableOps
def lastOption: Option[Object]
Inherited from:
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Object, B, PersistentSet]
Inherited from:
Iterable
def map[B](f: Object => B): Set[B]
Inherited from:
IterableOps
def mapResult[NewTo](f: Set[Object] => NewTo): Builder[Object, NewTo]
Inherited from:
Builder
def max[B >: Object](implicit ord: Ordering[B]): Object
Inherited from:
IterableOnceOps
def maxBy[B](f: Object => B)(implicit cmp: Ordering[B]): Object
Inherited from:
IterableOnceOps
def maxByOption[B](f: Object => B)(implicit cmp: Ordering[B]): Option[Object]
Inherited from:
IterableOnceOps
def maxOption[B >: Object](implicit ord: Ordering[B]): Option[Object]
Inherited from:
IterableOnceOps
def min[B >: Object](implicit ord: Ordering[B]): Object
Inherited from:
IterableOnceOps
def minBy[B](f: Object => B)(implicit cmp: Ordering[B]): Object
Inherited from:
IterableOnceOps
def minByOption[B](f: Object => B)(implicit cmp: Ordering[B]): Option[Object]
Inherited from:
IterableOnceOps
def minOption[B >: Object](implicit ord: Ordering[B]): Option[Object]
Inherited from:
IterableOnceOps
@inline
final def mkString: String
Inherited from:
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from:
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from:
IterableOnceOps
def needsRecreate(x$0: CollectionPersister): Boolean
Inherited from:
AbstractPersistentCollection
protected def newSpecificBuilder: Builder[Object, Set[Object]]
Inherited from:
IterableFactoryDefaults
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
def nonEmpty: Boolean
Inherited from:
IterableOnceOps
def partition(p: Object => Boolean): (Set[Object], Set[Object])
Inherited from:
IterableOps
def partitionMap[A1, A2](f: Object => Either[A1, A2]): (Set[A1], Set[A2])
Inherited from:
IterableOps
def postAction(): Unit
Inherited from:
AbstractPersistentCollection
@throws(org.hibernate.HibernateException)
def preInsert(x$0: CollectionPersister): Unit
Inherited from:
AbstractPersistentCollection
def product[B >: Object](implicit num: Numeric[B]): B
Inherited from:
IterableOnceOps
final def queuedAdditionIterator(): Iterator[_]
Inherited from:
AbstractPersistentCollection
def reduce[B >: Object](op: (B, B) => B): B
Inherited from:
IterableOnceOps
def reduceLeft[B >: Object](op: (B, Object) => B): B
Inherited from:
IterableOnceOps
def reduceLeftOption[B >: Object](op: (B, Object) => B): Option[B]
Inherited from:
IterableOnceOps
def reduceOption[B >: Object](op: (B, B) => B): Option[B]
Inherited from:
IterableOnceOps
def reduceRight[B >: Object](op: (Object, B) => B): B
Inherited from:
IterableOnceOps
def reduceRightOption[B >: Object](op: (Object, B) => B): Option[B]
Inherited from:
IterableOnceOps
def remove(elem: Object): Boolean
Inherited from:
SetOps
final def replaceQueuedOperationValues(x$0: CollectionPersister, x$1: Map[_, _]): Unit
Inherited from:
AbstractPersistentCollection
def result(): Set[Object]
Inherited from:
SetOps
protected def reversed: Iterable[Object]
Inherited from:
IterableOnceOps
Inherited from:
Cloneable
def scan[B >: Object](z: B)(op: (B, B) => B): Set[B]
Inherited from:
IterableOps
def scanLeft[B](z: B)(op: (B, Object) => B): Set[B]
Inherited from:
IterableOps
def scanRight[B](z: B)(op: (Object, B) => B): Set[B]
Inherited from:
IterableOps
@throws(org.hibernate.HibernateException)
final def setCurrentSession(x$0: SharedSessionContractImplementor): Boolean
Inherited from:
AbstractPersistentCollection
def setOwner(x$0: <FromJavaObject>): Unit
Inherited from:
AbstractPersistentCollection
def setSnapshot(x$0: Serializable, x$1: String, x$2: Serializable): Unit
Inherited from:
AbstractPersistentCollection
def sizeCompare(that: Iterable[_]): Int
Inherited from:
IterableOps
def sizeCompare(otherSize: Int): Int
Inherited from:
IterableOps
final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
Inherited from:
Builder
def sizeHint(size: Int): Unit
Inherited from:
Builder
final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
Inherited from:
Builder
@inline
final def sizeIs: SizeCompareOps
Inherited from:
IterableOps
def slice(from: Int, until: Int): Set[Object]
Inherited from:
IterableOps
def sliding(size: Int, step: Int): Iterator[Set[Object]]
Inherited from:
IterableOps
def sliding(size: Int): Iterator[Set[Object]]
Inherited from:
IterableOps
def span(p: Object => Boolean): (Set[Object], Set[Object])
Inherited from:
IterableOps
override def splitAt(n: Int): (Set[Object], Set[Object])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Object, S]): S
Inherited from:
IterableOnce
def subsetOf(that: Set[Object]): Boolean
Inherited from:
SetOps
def subsets(): Iterator[Set[Object]]
Inherited from:
SetOps
def subsets(len: Int): Iterator[Set[Object]]
Inherited from:
SetOps
def subtractAll(xs: IterableOnce[Object]): PersistentSet
Inherited from:
Shrinkable
def sum[B >: Object](implicit num: Numeric[B]): B
Inherited from:
IterableOnceOps
def tail: Set[Object]
Inherited from:
IterableOps
def tails: Iterator[Set[Object]]
Inherited from:
IterableOps
def take(n: Int): Set[Object]
Inherited from:
IterableOps
def takeRight(n: Int): Set[Object]
Inherited from:
IterableOps
def takeWhile(p: Object => Boolean): Set[Object]
Inherited from:
IterableOps
override def tapEach[U](f: Object => U): Set[Object]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def to[C1](factory: Factory[Object, C1]): C1
Inherited from:
IterableOnceOps
def toArray[B >: Object : ClassTag]: Array[B]
Inherited from:
IterableOnceOps
@inline
final def toBuffer[B >: Object]: Buffer[B]
Inherited from:
IterableOnceOps
def toIndexedSeq: IndexedSeq[Object]
Inherited from:
IterableOnceOps
def toList: List[Object]
Inherited from:
IterableOnceOps
def toMap[K, V](implicit ev: Object <:< (K, V)): Map[K, V]
Inherited from:
IterableOnceOps
def toSeq: Seq[Object]
Inherited from:
IterableOnceOps
def toSet[B >: Object]: Set[B]
Inherited from:
IterableOnceOps
def toVector: Vector[Object]
Inherited from:
IterableOnceOps
def transpose[B](implicit asIterable: Object => Iterable[B]): Set[Set[B]]
Inherited from:
IterableOps
@inline
final def union(that: Set[Object]): Set[Object]
Inherited from:
SetOps
final def unsetSession(x$0: SharedSessionContractImplementor): Boolean
Inherited from:
AbstractPersistentCollection
def unzip[A1, A2](implicit asPair: Object => (A1, A2)): (Set[A1], Set[A2])
Inherited from:
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: Object => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
Inherited from:
IterableOps
def update(elem: Object, included: Boolean): Unit
Inherited from:
SetOps
def view: View[Object]
Inherited from:
IterableOps
final def wasInitialized(): Boolean
Inherited from:
AbstractPersistentCollection
def withFilter(p: Object => Boolean): WithFilter[Object, Set]
Inherited from:
IterableOps
def zip[B](that: IterableOnce[B]): Set[(Object, B)]
Inherited from:
IterableOps
def zipAll[A1 >: Object, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
Inherited from:
IterableOps
def zipWithIndex: Set[(Object, Int)]
Inherited from:
IterableOps
@inline
final def |(that: Set[Object]): Set[Object]
Inherited from:
SetOps

Deprecated and Inherited methods

@deprecated(message = "Use ++ with an explicit collection argument instead of + with varargs", since = "2.13.0")
def +(elem1: Object, elem2: Object, elems: Object*): Set[Object]
Deprecated
[Since version 2.13.0] Use ++ with an explicit collection argument instead of + with varargs
Inherited from:
SetOps
@deprecated(message = "Consider requiring an immutable Set or fall back to Set.union", since = "2.13.0")
def +(elem: Object): Set[Object]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set or fall back to Set.union
Inherited from:
SetOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[B >: Object](that: IterableOnce[B]): Set[B]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from:
IterableOps
@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
final def +=(elem1: Object, elem2: Object, elems: Object*): PersistentSet
Deprecated
[Since version 2.13.0] Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated
Inherited from:
Growable
@deprecated(message = "Use &- with an explicit collection argument instead of - with varargs", since = "2.13.0")
def -(elem1: Object, elem2: Object, elems: Object*): Set[Object]
Deprecated
[Since version 2.13.0] Use &- with an explicit collection argument instead of - with varargs
Inherited from:
SetOps
@deprecated(message = "Consider requiring an immutable Set or fall back to Set.diff", since = "2.13.0")
def -(elem: Object): Set[Object]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set or fall back to Set.diff
Inherited from:
SetOps
@deprecated(message = "Consider requiring an immutable Set", since = "2.13.0")
def --(that: IterableOnce[Object]): Set[Object]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set
Inherited from:
SetOps
@deprecated(message = "Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.3")
def -=(elem1: Object, elem2: Object, elems: Object*): PersistentSet
Deprecated
[Since version 2.13.3] Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated
Inherited from:
Shrinkable
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
final def /:[B](z: B)(op: (B, Object) => B): B
Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from:
IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
final def :\[B](z: B)(op: (Object, B) => B): B
Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from:
IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
def aggregate[B](z: => B)(seqop: (B, Object) => B, combop: (B, B) => B): B
Deprecated
[Since version 2.13.0] `aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.
Inherited from:
IterableOnceOps
@inline @deprecatedOverriding(message = "Use iterableFactory instead", since = "2.13.0") @deprecated(message = "Use iterableFactory instead", since = "2.13.0")
def companion: IterableFactory[Set]
Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from:
IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
final def copyToBuffer[B >: Object](dest: Buffer[B]): Unit
Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from:
IterableOnceOps
@deprecated(message = "Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", since = "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from:
IterableOnceOps
@deprecated(message = "Use coll instead of repr in a collection implementation, use the collection value itself from the outside", since = "2.13.0")
final def repr: Set[Object]
Deprecated
[Since version 2.13.0] Use coll instead of repr in a collection implementation, use the collection value itself from the outside
Inherited from:
IterableOps
@inline @deprecated(message = "Use filterInPlace instead", since = "2.13.0")
final def retain(p: Object => Boolean): Unit
Deprecated
[Since version 2.13.0] Use filterInPlace instead
Inherited from:
SetOps
@deprecated(message = "Iterable.seq always returns the iterable itself", since = "2.13.0")
Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from:
Iterable
@deprecated(message = "toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections", since = "2.13.7")
Deprecated
[Since version 2.13.7] toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections
Inherited from:
Iterable
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
final def toIterator: Iterator[Object]
Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from:
IterableOnceOps
@inline @deprecated(message = "Use .to(LazyList) instead of .toStream", since = "2.13.0")
final def toStream: Stream[Object]
Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from:
IterableOnceOps
@deprecated(message = "toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections", since = "2.13.0")
final def toTraversable: Iterable[Object]
Deprecated
[Since version 2.13.0] toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections
Inherited from:
IterableOps
@deprecated(message = "Use .view.slice(from, until) instead of .view(from, until)", since = "2.13.0")
def view(from: Int, until: Int): View[Object]
Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Inherited from:
IterableOps

Concrete fields

protected var set: Set[Object]
protected var tempList: Buffer[Object]