chalk
.
tools
.
util
CountedSet
class
CountedSet
[
E
]
extends
Set
[
E
]
Linear Supertypes
Set
[
E
],
Collection
[
E
],
Iterable
[
E
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
CountedSet
Set
Collection
Iterable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
CountedSet
(
size:
Int
)
new
CountedSet
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
add
(
o:
E
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
def
addAll
(
c:
Collection
[_ <:
E
]
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clear
()
:
Unit
Definition Classes
CountedSet
→ Set → Collection
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
contains
(
o:
Any
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
def
containsAll
(
c:
Collection
[_]
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
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
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCount
(
o:
E
)
:
Int
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isEmpty
()
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
iterator
()
:
Iterator
[
E
]
Definition Classes
CountedSet
→ Set → Collection → Iterable
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
remove
(
o:
Any
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
def
removeAll
(
c:
Collection
[_]
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
def
retainAll
(
c:
Collection
[_]
)
:
Boolean
Definition Classes
CountedSet
→ Set → Collection
def
setCount
(
o:
E
,
c:
Int
)
:
Unit
def
size
()
:
Int
Definition Classes
CountedSet
→ Set → Collection
def
subtract
(
o:
E
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toArray
[
T
]
(
a:
Array
[
T
]
)
:
Array
[
T
]
Definition Classes
CountedSet
→ Set → Collection
def
toArray
()
:
Array
[
AnyRef
]
Definition Classes
CountedSet
→ Set → Collection
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
@throws
()
def
write
(
fileName:
String
,
countCutoff:
Int
,
delim:
String
,
encoding:
String
)
:
Unit
def
write
(
fileName:
String
,
countCutoff:
Int
,
delim:
String
)
:
Unit
def
write
(
fileName:
String
,
countCutoff:
Int
)
:
Unit
Inherited from
Set
[
E
]
Inherited from
Collection
[
E
]
Inherited from
Iterable
[
E
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped