-
anvil.codec.Code.pop()
-
ariba.ui.aribaweb.util.AWEnvironmentStack.pop()
-
ariba.ui.meta.core.Context.pop()
-
at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel.pop()
-
cc.redberry.core.utils.IntArrayList.pop()
Removes the object at the top of this stack and returns that object as the value of this function.
@return pop
-
clojure.asm.commons.GeneratorAdapter.pop()
Generates a POP instruction.
-
cn.wensiqun.asmsupport.utils.Stack.pop()
-
com.android.dx.util.IntList.pop()
Pops an element off the end of the list and decreasing the size by one.
@return value from what was the last element.
@exception IndexOutOfBoundsException if stack is empty.
-
com.arjuna.ats.internal.txoj.LockList.pop()
-
com.badlogic.gdx.utils.IntArray.pop()
Removes and returns the last item.
-
com.barrybecker4.game.twoplayer.go.board.elements.position.GoBoardPositionList.pop()
-
com.browseengine.bobo.sort.DocIDPriorityQueue.pop()
Removes and returns the least element of the PriorityQueue in log(size) time.
-
com.carmanconsulting.cassidy.pojo.assembly.AssemblyStack.pop()
Removes the object at the top of the stack and returns it.
@param < T> the type of the object (using type inference to avoid casting)
@return the object at the top of the stack
-
com.caucho.quercus.env.ArrayValue.pop()
Pops the top value.
-
com.caucho.quercus.env.ArrayValueImpl.pop()
Pops the top value.
-
com.deitel.jhtp6.ch17.StackComposition.pop()
-
com.deitel.jhtp6.ch17.StackInheritance.pop()
-
com.facebook.presto.byteCode.Block.pop()
-
com.facebook.swift.codec.internal.compiler.byteCode.MethodDefinition.pop()
-
com.foundationdb.sql.server.ServerCallContextStack.pop()
-
com.foundationdb.sql.server.ServerJavaRoutine.pop()
-
com.googlecode.mjorm.query.DaoModifier.pop()
-
com.lightcrafts.ui.operation.drag.DraggableStack.pop()
-
com.naef.jnlua.LuaState.pop()
-
com.opensymphony.xwork2.util.ValueStack.pop()
Get the object on the top of the stack and remove it from the stack.
@return the object on the top of the stack
@see CompoundRoot#pop()
-
com.sleepycat.je.txn.TxnChain.pop()
Return information about the next item on the transaction chain and remove it from the chain.
-
com.sun.corba.se.impl.orbutil.StackImpl.pop()
-
com.sun.enterprise.util.collection.FastStack.pop()
Pops the object that is at the top of this stack.
@return The object at the top of the stack
@exception java.util.EmptyStackException if the stack is empty.
-
com.sun.faces.component.CompositeComponentStackManager.pop()
Pops the top-level component from the stack.
@param stackType the stack to pop the top level component from
-
com.sun.msv.util.LightStack.pop()
-
com.sun.org.apache.xerces.internal.util.IntStack.pop()
Pops a value off of the stack.
-
com.sun.tools.internal.ws.wsdl.framework.TWSDLParserContextImpl.pop()
-
com.sun.tools.ws.wsdl.framework.TWSDLParserContextImpl.pop()
-
com.tamingtext.tagrecommender.TagRecommenderClient.ScoreTagQueue.pop()
-
com.thoughtworks.xstream.core.util.FastStack.pop()
-
com.tistory.devyongsik.crescent.admin.entity.HighFreqTermResult.TermStatsQueue.pop()
-
com.tll.client.ui.view.ViewContainer.pop()
Pops the view container out of the natural DOM layout making its positioning absolute and and adding it to the {@link RootPanel} using thepanel's existing position.
@param refWidget The reference Widget used to determine the poppedposition.
-
com.volantis.synergetics.cornerstone.stack.ArrayListStack.pop()
-
com.volantis.synergetics.cornerstone.stack.Stack.pop()
Removes the object at the top of this stack and returns that object as the value of this function.
@return The object at the top of this stack.
@exception java.util.EmptyStackException if this stack is empty.
-
de.odysseus.calyxo.panels.PanelsContext.pop()
Pop panel or item element. Remove the current entry. This method is called after a forward or include is performed and after each list iteration step.
-
dovetaildb.util.PriorityQueue.pop()
Removes and returns the least element of the PriorityQueue in log(size) time.
-
edu.umd.cloud9.util.StackOfInts.pop()
-
fcagnin.jglsdk.glutil.MatrixStack.pop()
-
flexjson.Path.pop()
-
fr.eolya.crawler.queue.ISourceItemsQueue.pop()
-
fr.eolya.crawler.queue.ISourceQueue.pop()
-
gnu.trove.stack.TIntStack.pop()
Removes and returns the value at the top of the stack.
@return an int
value
-
gnu.trove.stack.array.TIntArrayStack.pop()
Removes and returns the value at the top of the stack.
@return an int
value
-
gov.nasa.worldwind.util.OGLStackHandler.pop()
-
io.github.asyncronous.toast.ui.ToastWindow.pop()
Called to pop the message
-
java.util.ArrayDeque.pop()
Pops an element from the stack represented by this deque. In other words, removes and returns the first element of this deque.
This method is equivalent to {@link #removeFirst()}.
@return the element at the front of this deque (which is the topof the stack represented by this deque)
@throws NoSuchElementException {@inheritDoc}
-
java.util.Deque.pop()
Pops an element from the stack represented by this deque. In other words, removes and returns the first element of this deque.
This method is equivalent to {@link #removeFirst()}.
@return the element at the front of this deque (which is the topof the stack represented by this deque)
@throws NoSuchElementException if this deque is empty
-
java.util.LinkedList.pop()
Pops an element from the stack represented by this list. In other words, removes and returns the first element of this list.
This method is equivalent to {@link #removeFirst()}.
@return the element at the front of this list (which is the topof the stack represented by this list)
@throws NoSuchElementException if this list is empty
@since 1.6
-
java.util.Stack.pop()
Removes the object at the top of this stack and returns that object as the value of this function.
@return The object at the top of this stack (the last itemof the Vector object).
@exception EmptyStackException if this stack is empty.
-
jodd.json.Path.pop()
Pop last element from the path.
-
kilim.analysis.Frame.pop()
-
lombok.val.pop()
-
maelstrom.funge.interpreter.stack.Stack.pop()
Pops an element off the stack;
@return The element on the top of the stack
-
mf.org.apache.xerces.util.IntStack.pop()
Pops a value off of the stack.
-
net.hasor.db.datasource.local.ConnectionSequence.pop()
弹出
-
net.sf.cglib.core.CodeEmitter.pop()
-
net.sf.jsi.PriorityQueue.pop()
-
net.sourceforge.chaperon.helpers.IntegerList.pop()
Pops a value of the end of this list
@return Value
-
net.sourceforge.processdash.data.compiler.ListStack.pop()
-
net.sourceforge.processdash.data.compiler.Stack.pop()
-
omschaub.azcvsupdater.utilities.StackX.pop()
take item from top of stack
@return item, decrementing top
-
org.antlr.runtime.tree.CommonTreeNodeStream.pop()
Seek back to previous index saved during last push() call. Return top of stack (return index).
-
org.apache.commons.collections.ArrayStack.pop()
Pop the top item off of this stack and return it.
@exception EmptyStackException if the stack is empty
-
org.apache.commons.collections.BinaryHeap.pop()
Return element on top of heap and remove it.
@return the element at top of heap
@exception NoSuchElementException if isEmpty() == true
-
org.apache.commons.collections.PriorityQueue.pop()
Return element on top of heap and remove it.
@return the element at top of heap
@exception NoSuchElementException if isEmpty() == true
-
org.apache.commons.digester.Digester.pop()
Pop the top object off of the stack, and return it. If there are no objects on the stack, return null
.
-
org.apache.commons.digester3.Digester.pop()
Pop the top object off of the stack, and return it. If there are no objects on the stack, return null
.
@param < T> the type used to auto-cast the returned object to the assigned variable type
@return the top object popped off of the stack
-
org.apache.derby.iapi.services.compiler.MethodBuilder.pop()
Pop the top value off the stack
Stack ..., value => ...
.
-
org.apache.directory.server.core.invocation.InvocationStack.pop()
Pops the latest invocation from this stack. This stack is released automatically if you pop all items from this stack.
-
org.apache.hivemind.schema.SchemaProcessor.pop()
Pops the top object off the stack and returns it.
-
org.apache.ldap.server.invocation.InvocationStack.pop()
Pops the latest invocation from this stack. This stack is released automatically if you pop all items from this stack.
-
org.apache.lucene.facet.TopOrdAndFloatQueue.pop()
-
org.apache.lucene.facet.TopOrdAndIntQueue.pop()
-
org.apache.lucene.search.spell.SuggestWordQueue.pop()
-
org.apache.lucene.util.PriorityQueue.pop()
Removes and returns the least element of the PriorityQueue in log(size) time.
-
org.apache.marmotta.ldpath.template.model.freemarker.TemplateStackModel.pop()
-
org.apache.maven.archiva.dependency.graph.tasks.DependencyManagementStack.pop()
-
org.apache.maven.scm.provider.accurev.AccuRev.pop()
Re populate missing files to existing workspace.
@param basedir
@param elements
@return
@throws AccuRevException
-
org.apache.mina.util.ExpiringStack.pop()
Pops from this stack.
@return null
, if this stack is empty or the element isreally null
.
-
org.apache.mina.util.Queue.pop()
Dequeues from this queue.
@return null
, if this queue is empty or the element isreally null
.
-
org.apache.mina.util.Stack.pop()
Pops from this stack.
@return null
, if this stack is empty or the element isreally null
.
-
org.apache.openejb.util.Pool.pop()
Any successful pop() call requires a corresponding push() or discard() call
A pop() call that returns null is considered successful.
@param timeout time to block while waiting for an instance
@param unit unit of time dicated by the timeout
@return an entry from the pool or null indicating permission to create and push() an instance into the pool
@throws InterruptedException vm level thread interruption
@throws IllegalStateException if a permit could not be acquired
@throws java.util.concurrent.TimeoutException if no instance could be obtained within the timeout
-
org.apache.openejb.util.Stack.pop()
-
org.apache.pdfbox.preflight.PreflightPath.pop()
-
org.apache.shale.dialog.Status.pop()
-
org.apache.tapestry.services.Environment.pop()
Removes and returns the top environmental service of the selected type.
@param < T>
@param type
@return
@throws NoSuchElementException if the environmental stack (for the specified type) is empty
-
org.apache.tapestry5.dom.Element.pop()
Removes an element; the element's children take the place of the node within its container.
-
org.apache.tapestry5.services.Environment.pop()
Removes and returns the top environmental object of the selected type.
@param < T> the type of environmental object
@param type class used to select the object
@return the object just removed
@throws NoSuchElementException if the environmental stack (for the specified type) is empty
-
org.apache.tools.ant.util.IdentityStack.pop()
-
org.apache.uima.internal.util.IntStack.pop()
Pop an element from the stack.
@return The popped element.
-
org.apache.wicket.util.collections.ArrayListStack.pop()
Removes the object at the top of this stack and returns that object.
@return The object at the top of this stack
@exception EmptyStackException If this stack is empty.
-
org.apache.xalan.transformer.StackGuard.pop()
Pop out Stack of StackGuard objects
-
org.apache.xerces.util.IntStack.pop()
Pops a value off of the stack.
-
org.apache.xml.security.c14n.implementations.NameSpaceSymbTable.pop()
Pop a frame. Inclusive or Exclusive.
-
org.apache.xmlbeans.XmlCursor.pop()
Restores the cursor location most recently saved with the push() method.
@return true if there was a location to restore; otherwise, false.
-
org.beangle.struts2.view.template.ThemeStack.pop()
-
org.codehaus.groovy.classgen.asm.OperandStack.pop()
remove operand stack top element using bytecode pop
-
org.elasticsearch.search.aggregations.bucket.terms.support.BucketPriorityQueue.pop()
-
org.elasticsearch.search.facet.terms.support.EntryPriorityQueue.pop()
-
org.exolab.castor.util.Stack.pop()
Removes and returns the Object that is currently on top of the Stack.
@return the Object that is currently the top of the stack
@exception java.util.EmptyStackException when there are noelements currently on the Stack
-
org.geotools.graph.util.IndexedStack.pop()
-
org.gocha.text.IndentStackWriter.pop()
-
org.grails.web.encoder.OutputEncodingStack.pop()
-
org.grouplens.grapht.util.ClassLoaderContext.pop()
-
org.ictclas4j.bean.Queue.pop()
-
org.jakstab.solver.Solver.pop()
-
org.jboss.as.controller.security.ServerSecurityManager.pop()
-
org.jboss.classfilewriter.code.CodeAttribute.pop()
-
org.jboss.weld.injection.CurrentInjectionPoint.pop()
-
org.jfree.layouting.util.IntList.pop()
-
org.jfree.util.FastStack.pop()
-
org.jruby.RubyArray.pop()
rb_ary_pop
-
org.jruby.compiler.impl.SkinnyMethodAdapter.pop()
-
org.keplerproject.luajava.LuaState.pop()
-
org.mvel2.util.ExecutionStack.pop()
-
org.nlogo.api.Graphics2DWrapper.pop()
-
org.objectweb.asm.commons.GeneratorAdapter.pop()
Generates a POP instruction.
-
org.ofbiz.base.util.IndentingWriter.pop()
-
org.ofbiz.base.util.collections.MapStack.pop()
Remove and returns the Map from the top of the stack; if there is only one Map on the stack it returns null and does not remove it
-
org.opencustomer.framework.webapp.panel.PanelStack.pop()
-
org.ozoneDB.data.SimpleArrayList.pop()
-
org.pentaho.reporting.engine.classic.core.layout.process.util.BlockLevelPaginationShiftState.pop()
-
org.pentaho.reporting.engine.classic.core.layout.process.util.RowLevelPaginationShiftState.pop()
-
org.pentaho.reporting.libraries.base.util.FastStack.pop()
Loads the top-most element from the stack and removes it from the stack at the same time.
@return the top-most object.
@throws EmptyStackException if the stack is empty.
-
org.platformlayer.Scope.pop()
-
org.platformlayer.ops.BindingScope.pop()
-
org.raml.parser.tagresolver.ContextPath.pop()
-
org.sat4j.core.VecInt.pop()
depile le dernier element du vecteur. Si le vecteur est vide, ne fait rien.
-
org.sat4j.specs.IVecInt.pop()
depile le dernier element du vecteur. Si le vecteur est vide, ne fait rien.
-
org.sonar.channel.CodeReader.pop()
-
org.springframework.beans.factory.parsing.ParseState.pop()
Remove an {@link Entry} from the {@link Stack}.
-
org.teavm.common.IntegerStack.pop()
-
org.teiid.query.optimizer.relational.RuleStack.pop()
-
org.testng.reporters.XMLStringBuffer.pop()
Pop the last pushed element without verifying it if matches the previously pushed tag.
-
org.vietspider.html.parser.CharsToken.pop()
-
org.xbib.elasticsearch.skywalker.stats.TermStatsQueue.pop()
-
org.zeromq.ZMsg.pop()
-
pspdash.data.compiler.ListStack.pop()
-
serp.bytecode.Code.pop()
The pop
opcode.
-
stp.VC.pop()
Restore the current context to its state at the last checkpoint
-
water.cascade.Env.pop()