-
com.cedarsoft.serialization.jackson.JacksonParserWrapper.nextValue()
-
com.fasterxml.jackson.databind.MappingIterator.nextValue()
-
com.google.enterprise.connector.spi.Property.nextValue()
Returns the next {@link Value} in this property, if there is one.
@return the new current value, if there is one; {@code null} otherwise
@throws RepositoryException if a repository access error occurs
-
com.google.enterprise.connector.spi.SimpleProperty.nextValue()
-
com.sdicons.json.parser.JSONParser.nextValue()
-
com.tinkerpop.furnace.generators.Distribution.nextValue()
Returns the next value. If this value is randomly generated, the randomness must be drawn from the provided random generator. DO NOT use your own internal random generator as this makes the generated values non-reproducible and leads to faulty behavior.
@param random random generator to use for randomness
@return next value
-
com.tinkerpop.furnace.generators.NormalDistribution.nextValue()
-
javax.jdo.datastore.Sequence.nextValue()
Returns the next sequence value as a long. If the next sequence value is not available or is not numeric, throw JDODataStoreException.
@return the next value
-
net.sf.json.util.JSONTokener.nextValue()
-
org.apache.derbyTesting.functionTests.util.UniqueRandomSequence.nextValue()
Fetch the next number from the sequence.
@return a unique value in this generator's range
-
org.apache.trevni.ColumnValues.nextValue()
Expert: Returns the next value in a column.
-
org.codehaus.jackson.JsonParser.nextValue()
Iteration method that will advance stream enough to determine type of the next token that is a value type (including JSON Array and Object start/end markers). Or put another way, nextToken() will be called once, and if {@link JsonToken#FIELD_NAME} is returned, anothertime to get the value for the field. Method is most useful for iterating over value entries of JSON objects; field name will still be available by calling {@link #getCurrentName} when parser points tothe value.
@return Next non-field-name token from the stream, if any found,or null to indicate end-of-input (or, for non-blocking parsers, {@link JsonToken#NOT_AVAILABLE} if no tokens wereavailable yet)
-
org.eclipse.wst.xml.core.internal.commentelement.util.TagScanner.nextValue()
-
org.hibernate.ogm.dialect.GridDialect.nextValue()
Returns the next value from the specified id generator with the specified increment.
@return the next value from the specified id generator
-
org.json.JSONTokener.nextValue()
Get the next value. The value can be a Boolean, Double, Integer, JSONArray, JSONObject, Long, or String, or the JSONObject.NULL object.
@throws JSONException If syntax error.
@return An object.
-
org.rhq.plugins.perftest.calltime.CalltimeFactory.nextValue()
-
org.rhq.plugins.perftest.measurement.MeasurementFactory.nextValue()
Returns a measurement data value for the specified measurement. The actual generation of the next value is dependent on the implementation of this interface.
@param request describes which measurement is being calculated
@return next measurement data point
-
org.rhq.plugins.perftest.trait.TraitFactory.nextValue()
-
org.richfaces.json.JSONTokener.nextValue()
Get the next value. The value can be a Boolean, Double, Integer, JSONArray, JSONObject, Long, or String, or the JSONObject.NULL object.
@return An object.
@throws JSONException If syntax error.
-
org.uncommons.maths.random.GaussianGenerator.nextValue()
{@inheritDoc}
-
solver.variables.IntVar.nextValue()
ate on value i here }
@param v the value to start checking (exclusive)
@return the next value in the domain
-
uk.org.ogsadai.activity.io.FullListTupleListIterator.nextValue()
-
uk.org.ogsadai.activity.io.ListIterator.nextValue()
-
uk.org.ogsadai.activity.io.TupleListIterator.nextValue()
-
us.bpsm.edn.parser.Parser.nextValue()