com
.
karasiq
.
mapdb
.
MapDbImplicits
ScalaMapDbWrapper
Related Doc:
package MapDbImplicits
sealed
trait
ScalaMapDbWrapper
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
MapDbFileOps
Ordering
Alphabetic
By Inheritance
Inherited
ScalaMapDbWrapper
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
db
:
DB
Concrete 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
@throws
(
...
)
def
createHashMap
[
K
,
V
]
(
name:
String
)
(
createMap: (
HashMapMaker
[
K
,
V
]) ⇒
HashMapMaker
[
K
,
V
]
)
(
implicit
arg0:
Serializer
[
K
]
,
arg1:
Serializer
[
V
]
)
:
MapDbHashMap
[
K
,
V
]
def
createHashSet
[
V
]
(
name:
String
)
(
createSet: (
HashSetMaker
[
V
]) ⇒
HashSetMaker
[
V
]
)
(
implicit
arg0:
Serializer
[
V
]
)
:
MapDbHashSet
[
V
]
def
createTreeMap
[
K
,
V
]
(
name:
String
)
(
createMap: (
TreeMapMaker
[
K
,
V
]) ⇒
TreeMapMaker
[
K
,
V
]
)
(
implicit
arg0:
GroupSerializer
[
K
]
,
arg1:
GroupSerializer
[
V
]
)
:
MapDbTreeMap
[
K
,
V
]
def
createTreeSet
[
V
]
(
name:
String
)
(
createSet: (
TreeSetMaker
[
V
]) ⇒
TreeSetMaker
[
V
]
)
(
implicit
arg0:
GroupSerializer
[
V
]
)
:
MapDbTreeSet
[
V
]
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
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
hashMap
[
K
,
V
]
(
name:
String
)
(
implicit
arg0:
Serializer
[
K
]
,
arg1:
Serializer
[
V
]
)
:
MapDbHashMap
[
K
,
V
]
def
hashSet
[
V
]
(
name:
String
)
(
implicit
arg0:
Serializer
[
V
]
)
:
MapDbHashSet
[
V
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
treeMap
[
K
,
V
]
(
name:
String
)
(
implicit
arg0:
GroupSerializer
[
K
]
,
arg1:
GroupSerializer
[
V
]
)
:
MapDbTreeMap
[
K
,
V
]
def
treeSet
[
V
]
(
name:
String
)
(
implicit
arg0:
GroupSerializer
[
V
]
)
:
MapDbTreeSet
[
V
]
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped