Junction for Java 0.7.0
Package Index
|
Class Index
edu.stanford.junction
edu.stanford.junction.addon
edu.stanford.junction.api.activity
edu.stanford.junction.api.messaging
edu.stanford.junction.api.messaging.target
edu.stanford.junction.director
edu.stanford.junction.extra
edu.stanford.junction.props2
edu.stanford.junction.props2.sample
edu.stanford.junction.provider
edu.stanford.junction.provider.irc
edu.stanford.junction.provider.jvm
edu.stanford.junction.provider.jx
edu.stanford.junction.provider.jx.json
edu.stanford.junction.provider.xmpp
edu.stanford.junction.sample.helloworld
edu.stanford.junction.sample.sql
edu.stanford.junction.simulator
edu.stanford.junction.test.multiconnect
Classes
CollectionProp
ListProp
ListState
SetProp
Package Index
|
Class Index
View Source
Summary:
Fields
|
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
ListState
extends
Object
implements
IPropState
java.lang.Object
↳
edu.stanford.junction.props2.sample.ListState
Summary
Fields
protected int
hashcode
protected
Collection
<
JSONObject
>
items
Public Constructors
ListState
(
Collection
<
JSONObject
> inItems)
ListState
()
Public Methods
void
add
(
JSONObject
obj)
IPropState
applyOperation
(
JSONObject
obj)
void
clear
()
IPropState
copy
()
void
delete
(
JSONObject
obj)
int
hashCode
()
Collection
<
JSONObject
>
items
()
void
replace
(
JSONObject
obj1,
JSONObject
obj2)
JSONObject
toJSON
()
String
toString
()
Protected Methods
Collection
<
JSONObject
>
newImplCollection
()
CollectionState
newWith
(
Collection
<
JSONObject
> items)
void
updateHashCode
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
edu.stanford.junction.props2.IPropState
abstract
IPropState
applyOperation
(
JSONObject
operation)
abstract
IPropState
copy
()
abstract
JSONObject
toJSON
()
Fields
protected int
hashcode
protected
Collection
<
JSONObject
>
items
Public Constructors
public
ListState
(
Collection
<
JSONObject
> inItems)
public
ListState
()
Public Methods
public void
add
(
JSONObject
obj)
public
IPropState
applyOperation
(
JSONObject
obj)
public void
clear
()
public
IPropState
copy
()
public void
delete
(
JSONObject
obj)
public int
hashCode
()
public
Collection
<
JSONObject
>
items
()
public void
replace
(
JSONObject
obj1,
JSONObject
obj2)
public
JSONObject
toJSON
()
public
String
toString
()
Protected Methods
protected
Collection
<
JSONObject
>
newImplCollection
()
protected CollectionState
newWith
(
Collection
<
JSONObject
> items)
protected void
updateHashCode
()