Instance Constructors
-
new
NearOpWrapper
(coords: com.mongodb.casbah.query.dsl.GeoCoords[_, _])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
$maxDistance
[T]
(radius: T)(implicit arg0: Numeric[T]): DBObject
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
append
(arg0: String, arg1: Any): BasicDBObject
-
def
asInstanceOf
[T0]
: T0
-
def
clear
(): Unit
-
def
clone
(): AnyRef
-
def
containsField
(arg0: String): Boolean
-
def
containsKey
(arg0: Any): Boolean
-
def
containsValue
(arg0: Any): Boolean
-
def
copy
(): AnyRef
-
def
entrySet
(): Set[Entry[String, AnyRef]]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
get
(arg0: String): AnyRef
-
def
get
(arg0: Any): AnyRef
-
def
getBoolean
(arg0: String, arg1: Boolean): Boolean
-
def
getBoolean
(arg0: String): Boolean
-
def
getClass
(): java.lang.Class[_]
-
def
getDate
(arg0: String, arg1: Date): Date
-
def
getDate
(arg0: String): Date
-
def
getDouble
(arg0: String, arg1: Double): Double
-
def
getDouble
(arg0: String): Double
-
def
getInt
(arg0: String, arg1: Int): Int
-
def
getInt
(arg0: String): Int
-
def
getLong
(arg0: String, arg1: Long): Long
-
def
getLong
(arg0: String): Long
-
def
getObjectId
(arg0: String, arg1: ObjectId): ObjectId
-
def
getObjectId
(arg0: String): ObjectId
-
def
getString
(arg0: String, arg1: String): String
-
def
getString
(arg0: String): String
-
def
hashCode
(): Int
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isPartialObject
(): Boolean
-
def
keySet
(): Set[String]
-
def
markAsPartialObject
(): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
put
(arg0: String, arg1: Any): AnyRef
-
def
putAll
(arg0: BSONObject): Unit
-
def
putAll
(arg0: java.util.Map[_, _]): Unit
-
def
putAll
(arg0: java.util.Map[_ <: java.lang.String, _ <: java.lang.Object]): Unit
-
def
remove
(arg0: Any): AnyRef
-
def
removeEldestEntry
(arg0: Entry[String, AnyRef]): Boolean
-
def
removeField
(arg0: String): AnyRef
-
def
size
(): Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toMap
(): java.util.Map[_, _]
-
def
toString
(): String
-
def
values
(): Collection[AnyRef]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
containsKey
(arg0: String): Boolean
Inherited from BasicDBObject
Inherited from DBObject
Inherited from BasicBSONObject
Inherited from BSONObject
Inherited from LinkedHashMap[String, AnyRef]
Inherited from HashMap[String, AnyRef]
Inherited from Serializable
Inherited from Cloneable
Inherited from AbstractMap[String, AnyRef]
Inherited from Map[String, AnyRef]
Inherited from AnyRef
Inherited from Any