-
com.fourspaces.couchdb.Document.accumulate()
-
com.twitter.common.stats.SlidingStats.accumulate()
-
io.druid.server.coordinator.CoordinatorStats.accumulate()
-
java.util.concurrent.atomic.AtomicBoolean.accumulate()
-
kodkod.engine.bool.BooleanFactory.accumulate()
Converts the given accumulator into an immutable boolean value and adds it to this.components. This method requires that all of g's inputs are in this.components. If g has no inputs, its operator's identity constant is returned. If g has one input, that input is returned. Otherwise, an immutable value that is semantically equivalent to g is returned. The behavior of this method is unspecified if the components of g are not components of this factory.
@requires g.components in this.components
@return no g.inputs => g.op.identity(), one g.inputs => g.inputs, {g' : BooleanValue - BooleanAccumulator | [[g']] = [[g]] }
@effects this.components' = this.components + g'
-
net.sf.json.JSONObject.accumulate()
-
org.amplafi.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid numberor if the key is null.
-
org.apache.derby.iapi.sql.execute.ExecAggregator.accumulate()
Iteratively accumulates the addend into the aggregator. Called on each member of the set of values that is being aggregated.
@param addend the DataValueDescriptor addend (current input to the aggregation)
@param ga a result set getter
@exception StandardException on error
-
org.apache.lucene.facet.old.OldFacetsAccumulator.accumulate()
-
org.apache.lucene.facet.search.AdaptiveFacetsAccumulator.accumulate()
-
org.apache.lucene.facet.search.FacetsAccumulator.accumulate()
Used by {@link FacetsCollector} to build the list of {@link FacetResult facet results} that match the {@link FacetRequest facet requests} that weregiven in the constructor.
@param matchingDocs the documents that matched the query, per-segment.
-
org.apache.lucene.facet.search.StandardFacetsAccumulator.accumulate()
-
org.apache.pig.piggybank.evaluation.ExtremalTupleByNthField.accumulate()
-
org.apache.sling.commons.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid numberor if the key is null.
-
org.apache.solr.handler.component.StatsValues.accumulate()
Accumulate the values based on those in the given NamedList
@param stv NamedList whose values will be used to accumulate the current values
-
org.apache.tapestry.json.JSONObject.accumulate()
{@inheritDoc}
-
org.apache.tapestry5.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws {@link RuntimeException} If the value is an invalid number or if the key is null.
-
org.apache.wicket.ajax.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value. If only one value is accumulated that is not a JSONArray, then the result will be the same as using put. But if multiple values are accumulated, then the result will be like append.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid numberor if the key is null.
-
org.codehaus.jettison.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid numberor if the key is null.
-
org.drools.core.rule.Accumulate.accumulate()
-
org.drools.rule.Accumulate.accumulate()
-
org.jquantlib.math.matrixutilities.Array.accumulate()
-
org.json.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value. If only one value is accumulated that is not a JSONArray, then the result will be the same as using put. But if multiple values are accumulated, then the result will be like append.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid number or if the key is null.
-
org.json.me.JSONObject.accumulate()
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stored under the key to hold all of the accumulated values. If there is already a JSONArray, then the new value is appended to it. In contrast, the put method replaces the previous value.
@param key A key string.
@param value An object to be accumulated under the key.
@return this.
@throws JSONException If the value is an invalid numberor if the key is null.