Sha256: 86fed2fc0be13a81356cc7031e6d1ed493bc5d9206af587bb8db7409ac743c67

Contents?: true

Size: 732 Bytes

Versions: 14

Compression:

Stored size: 732 Bytes

Contents

package com.rho.sync;

public class JSONStructIterator {

	public JSONStructIterator() {
		// TODO Auto-generated constructor stub
	}
	
	public JSONStructIterator(JSONEntry errSrc) {
		// TODO Auto-generated constructor stub
	}

	public JSONStructIterator(Object curValue) {
		// TODO Auto-generated constructor stub
	}

	public String getCurKey() {
		// TODO Auto-generated method stub
		return null;
	}

	public JSONEntry getCurValue() {
		// TODO Auto-generated method stub
		return null;
	}

	public boolean isEnd() {
		// TODO Auto-generated method stub
		return false;
	}

	public String getCurString() {
		// TODO Auto-generated method stub
		return null;
	}

	public void next() {
		// TODO Auto-generated method stub
	}

}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhoconnect-client-7.6.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-7.5.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-7.4.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-7.1.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-6.2.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-6.0.11 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.18 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.15 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.0.22 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.2 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.0.7 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.0.3 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java
rhoconnect-client-5.5.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONStructIterator.java