public class

Symbol

extends Object
implements Serializable
java.lang.Object
   ↳ org.bson.types.Symbol

Class Overview

Class to hold a BSON symbol object, which is an interned string in Ruby

Summary

Public Constructors
Symbol(String s)
Public Methods
boolean equals(Object o)
Will compare equal to a String that is equal to the String that this holds
String getSymbol()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Symbol (String s)

Public Methods

public boolean equals (Object o)

Will compare equal to a String that is equal to the String that this holds

public String getSymbol ()

public int hashCode ()

public String toString ()