-
EDU.oswego.cs.dl.util.concurrent.FutureResult.peek()
Access the reference, even if not ready
@return current value
-
EDU.oswego.cs.dl.util.concurrent.LinkedQueue.peek()
-
abstrasy.Bytes.peek()
-
ariba.ui.aribaweb.util.AWEnvironmentStack.peek()
-
at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel.peek()
-
cc.plural.jsonij.StringJSONReader.peek()
-
cc.plural.jsonij.parser.ReaderParser.peek()
-
com.adobe.epubcheck.opf.OPFPeeker.peek()
-
com.aragost.javahg.internals.HgInputStream.peek()
Return the next byte from the stream without forwarding the position.
@return the byte read or -1 if EOF is reached.
@throws IOException
-
com.badlogic.gdx.utils.FloatArray.peek()
Returns the last item.
-
com.caucho.server.distcache.DistCacheEntry.peek()
Peeks the current value without checking the backing store.
-
com.github.nmorel.gwtjackson.client.stream.JsonReader.peek()
Returns the type of the next token without consuming it.
-
com.google.gson.stream.JsonReader.peek()
Returns the type of the next token without consuming it.
-
com.gs.collections.api.stack.primitive.BooleanStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.ByteStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.CharStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.DoubleStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.FloatStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.IntStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.LongStack.peek()
Returns the top of the stack.
-
com.gs.collections.api.stack.primitive.ShortStack.peek()
Returns the top of the stack.
-
com.hazelcast.core.IQueue.peek()
{@inheritDoc}
-
com.hazelcast.core.TransactionalQueue.peek()
{@inheritDoc}
-
com.leansoft.bigqueue.IBigQueue.peek()
Retrieves the item at the front of a queue
@return data at the front of a queue
@throws IOException exception throws if there is any IO error during peek operation.
-
com.massivecraft.mcore.xlib.gson.stream.JsonReader.peek()
Returns the type of the next token without consuming it.
-
com.opensymphony.xwork2.util.CompoundRoot.peek()
-
com.opensymphony.xwork2.util.ValueStack.peek()
Get the object on the top of the stack without changing the stack.
@return the object on the top.
@see CompoundRoot#peek()
-
com.orientechnologies.orient.core.serialization.OMemoryInputStream.peek()
-
com.peterhi.obsolete.Data.peek()
-
com.sun.corba.se.impl.orbutil.StackImpl.peek()
-
com.sun.enterprise.util.collection.ArrayListStack.peek()
Looks at the object at the top of this stack without removing it from the stack.
@return the object at the top of this stack (the last itemof the ArrayList object). Null if stack is empty.
-
com.sun.faces.component.CompositeComponentStackManager.peek()
@return the top-level component from the Evaluation
stackwithout removing the element
-
com.surftools.BeanstalkClient.Client.peek()
The peek commands let the client inspect a job in the system.
@param jobId
@return return job or null if not found
-
com.volantis.synergetics.cornerstone.stack.ArrayListStack.peek()
-
com.volantis.synergetics.cornerstone.stack.Stack.peek()
Looks at the object at the top of this stack without removing it from the stack.
@return the object at the top of this stack.
@exception java.util.EmptyStackException if this stack is empty.
-
dtool.util.JsonReaderExt.peek()
-
edu.emory.mathcs.backport.java.util.Queue.peek()
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
@return the head of this queue, or null if this queue is empty
-
gnu.trove.stack.TIntStack.peek()
Returns the value at the top of the stack.
@return an int
value
-
gnu.trove.stack.array.TIntArrayStack.peek()
Returns the value at the top of the stack.
@return an int
value
-
java.util.ArrayDeque.peek()
Retrieves, but does not remove, the head of the queue represented by this deque, or returns
null if this deque is empty.
This method is equivalent to {@link #peekFirst}.
@return the head of the queue represented by this deque, ornull if this deque is empty
-
java.util.LinkedList.peek()
Retrieves, but does not remove, the head (first element) of this list.
@return the head of this list, or null if this list is empty
@since 1.5
-
java.util.Queue.peek()
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
@return the head of this queue, or null if this queue is empty
-
java.util.Stack.peek()
Looks at the object at the top of this stack without removing it from the stack.
@return the object at the top of this stack (the last itemof the Vector object).
@exception EmptyStackException if this stack is empty.
-
java.util.concurrent.BlockingQueue.peek()
-
javassist.bytecode.analysis.Frame.peek()
Gets the top of the stack without altering it
@return the top of the stack
-
javax.cache.Cache.peek()
@param key
@return
-
javax.xml.stream.XMLEventReader.peek()
-
jsonij.json.JSONReader.JSONStringReader.peek()
-
jsonij.parser.ReaderParser.peek()
-
mf.javax.xml.stream.XMLEventReader.peek()
Check the next XMLEvent without reading it from the stream. Returns null if the stream is at EOF or has no more XMLEvents. A call to peek() will be equal to the next return of next().
@see XMLEvent
@throws XMLStreamException
-
net.sf.katta.protocol.MasterQueue.peek()
-
net.sourceforge.chaperon.helpers.IntegerList.peek()
Peek a value of the end of this list
@return Integer value
-
net.sourceforge.chaperon.process.extended.CharBuffer.peek()
-
org.apache.abdera.i18n.text.io.PeekAheadInputStream.peek()
Peek the next byte in the stream
-
org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator.peek()
-
org.apache.bcel.verifier.structurals.OperandStack.peek()
Returns the element on top of the stack. The element is not popped off the stack!
-
org.apache.commons.collections.ArrayStack.peek()
Return the top item off of this stack without removing it.
@exception EmptyStackExceptino if the stack is empty
-
org.apache.commons.digester.Digester.peek()
Return the top object on the stack without removing it. If there are no objects on the stack, return null
.
-
org.apache.commons.digester3.Digester.peek()
Return the top object on the stack without removing 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 on the stack without removing it.
-
org.apache.hadoop.hbase.regionserver.KeyValueScanner.peek()
Look at the next KeyValue in this scanner, but do not iterate scanner.
@return the next KeyValue
-
org.apache.hadoop.hbase.util.CollectionBackedScanner.peek()
-
org.apache.hivemind.InterceptorStack.peek()
Returns the current top object on the stack.
-
org.apache.hivemind.impl.InterceptorStackImpl.peek()
-
org.apache.hivemind.schema.SchemaProcessor.peek()
Peeks at the top object on the stack.
-
org.apache.mahout.common.FileLineIterator.peek()
-
org.apache.mahout.common.iterator.FileLineIterator.peek()
-
org.apache.marmotta.ldpath.template.model.freemarker.TemplateStackModel.peek()
-
org.apache.pdfbox.preflight.PreflightPath.peek()
Looks at the object at the top of this stack without removing it from the stack.
@return the object at the top of the stack.
-
org.apache.shale.dialog.Status.peek()
-
org.apache.synapse.message.store.MessageStore.peek()
Retrieves but not removes the first Message in this store. Message ordering will depend on the underlying implementation
@return first message context in the store
-
org.apache.tajo.engine.planner.global.ExecutionBlockCursor.peek()
-
org.apache.tapestry.services.Environment.peek()
@param < T> the type of environmental service
@param type class used to select a service
@return the current service of that type, or null if no service of that type has been added
-
org.apache.tapestry5.services.Environment.peek()
Peeks at the current top of the indicated stack.
@param < T> the type of environmental object
@param type class used to select the object
@return the current object of that type, or null if no service of that type has been added
-
org.apache.tika.io.TikaInputStream.peek()
Fills the given buffer with upcoming bytes from this stream without advancing the current stream position. The buffer is filled up unless the end of stream is encountered before that. This method will block if not enough bytes are immediately available.
@param buffer byte buffer
@return number of bytes written to the buffer
@throws IOException if the stream can not be read
-
org.apache.xml.security.stax.impl.XMLSecurityEventReader.peek()
-
org.apache.xmlbeans.XmlCalendar.peek()
Gets the value for a given time field. Unlike the GregorianCalendar.get(), peek() does not force a complete of all fields. If you wish to force a completion of all the fields, call getTime() first.
-
org.apache.xmlbeans.xml.stream.XMLInputStream.peek()
Check the next XMLEvent without reading it from the stream. Returns null if the stream is at EOF or has no more XMLEvents.
@see org.apache.xmlbeans.xml.stream.XMLEvent
-
org.auraframework.instance.InstanceStack.peek()
get the top of the stack.
-
org.axonframework.domain.DomainEventStream.peek()
Returns the next events in the stream, if available, without moving the pointer forward. Hence, a call to {@link #next()} will return the same event as a call to
peek()
. Use
hasNext()
to obtain aguarantee about the availability of any next event.
If the pointer has reached the end of the stream, the behavior of this method is undefined. It could either return
null
, or throw an exception, depending on the actual implementation. Use {@link #hasNext()}to confirm the existence of elements after the current pointer.
@return the next event in the stream.
-
org.beangle.struts2.view.template.ThemeStack.peek()
-
org.codehaus.janino.Scanner.peek()
Peek the next token, but don't remove it from the input.
-
org.drools.core.common.InternalAgendaGroup.peek()
-
org.eclipse.jetty.io.Buffer.peek()
-
org.eclipse.jetty.io.ByteArrayBuffer.peek()
-
org.encog.parse.PeekableInputStream.peek()
Peek at the next character from the stream.
@return The next character.
-
org.encog.util.SimpleParser.peek()
-
org.exolab.castor.util.Stack.peek()
Returns the Object that is currently on top of the Stack. Unlike #pop the Object is not removed from 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.caching.featurecache.FeatureCache.peek()
Looks in the cache for the features within a given envelope.
This function will only look in the cache for the features; it will not look in the underlying datastore.
@param e
@return Collection of features found in the cache.
-
org.geotools.graph.util.IndexedStack.peek()
-
org.hotswap.agent.javassist.bytecode.analysis.Frame.peek()
Gets the top of the stack without altering it
@return the top of the stack
-
org.hsqldb.NumberSequence.peek()
get next value without incrementing
-
org.hsqldb_voltpatches.NumberSequence.peek()
get next value without incrementing
-
org.infinispan.test.fwk.CheckPoint.peek()
-
org.iq80.leveldb.util.MergingIterator.peek()
-
org.jboss.cache.CacheSPI.peek()
Returns a node without accessing the interceptor chain. Does not return any nodes marked as invalid. Note that this call works directly on the cache data structure and will not pass through the interceptor chain. Hence node locking, cache loading or activation does not take place, and so the results of this call should not be treated as definitive. Concurrent node removal, passivation, etc. may affect the results of this call.
@param fqn the Fqn to look up.
@param includeDeletedNodes if you intend to see nodes marked as deleted within the current tx, set this to true
@return a node if one exists or null
-
org.jboss.forge.furnace.proxy.javassist.bytecode.analysis.Frame.peek()
Gets the top of the stack without altering it
@return the top of the stack
-
org.jboss.util.TimedCachePolicy.peek()
Get the cache value for key. This method does not check to see if the entry has expired.
@return the TimedEntry value or the original value if it was not aninstancee of TimedEntry if key is in the cache, null otherwise.
-
org.jboss.weld.injection.CurrentInjectionPoint.peek()
-
org.jfree.util.FastStack.peek()
-
org.jgroups.util.Queue.peek()
returns the first object on the queue, without removing it. If the queue is empty this object blocks until the first queue object has been added
@return the first object on the queue
-
org.jitterbit.util.string.KongaStringTokenizer.peek()
-
org.jmathml.TokenStream.TokenIterator.peek()
-
org.jnode.shell.bjorne.BjorneTokenizer.peek()
Get the next token without advancing. The default tokenization rules are used.
@return the next token
-
org.milyn.edisax.BufferedSegmentReader.peek()
Peek a fixed number of characters from the input source.
Peek differs from {@link #read(int)} in that it leaves thecharacters in the segment buffer.
@param numChars The number of characters to peeked.
@return The characters in a String. If the end of the input sourcewas reached, the length of the string will be less than the requested number of characters.
@throws IOException Error reading from input source.
-
org.mortbay.io.Buffer.peek()
Get the byte at the current getIndex without incrementing the getIndex.
@return The byte
value from the current getIndex.
-
org.mortbay.io.nio.IndirectNIOBuffer.peek()
-
org.mvel2.util.ExecutionStack.peek()
-
org.noname.designer.core.interfaces.FrameContext.peek()
-
org.opencustomer.framework.webapp.panel.PanelStack.peek()
-
org.ozoneDB.data.SimpleArrayList.peek()
-
org.pentaho.commons.connection.IPeekable.peek()
-
org.pentaho.platform.plugin.services.connections.javascript.JavaScriptResultSet.peek()
-
org.pentaho.reporting.libraries.base.util.FastStack.peek()
Loads the top-most element from the stack, without removing it from the stack.
@return the top-most object.
@throws EmptyStackException if the stack is empty.
-
org.picketlink.identity.federation.web.core.IdentityParticipantStack.peek()
Peek at the most recent participant in the session
@param sessionID
@return
-
org.python.pydev.core.structure.FastStack.peek()
Looks at the object at the top of this stack without removing it from the stack.
@return the object at the top of this stack.
@exception EmptyStackException if this stack is empty.
-
org.rhq.core.domain.cloud.composite.FailoverListComposite.peek()
Same as {@link #next()} except this doesn't move the iteratorpointer forward. Calling this method multiple times in a row results in the same server being returned, unlike {@link #next()}. If you call {@link #peek()} and then {@link #next()}, both will return the same server.
@return the server entry that is next on the list to be returned (may be null)
-
org.shiftone.cache.util.RingFifo.peek()
-
org.sonar.duplications.token.TokenQueue.peek()
Retrieves, but does not remove, token from this queue.
@return token from this queue, or null if this queue is empty.
-
org.springframework.beans.factory.parsing.ParseState.peek()
Return the {@link Entry} currently at the top of the {@link Stack} ornull
if the {@link Stack} is empty.
-
org.xmlBlaster.util.queue.I_Queue.peek()
Returns the first element in the queue but does not remove it from that queue (leaves it untouched). This method does not block.
@return I_QueueEntry the least element with respect to the given ordering or null if the queue is empty.
@throws XmlBlasterException if the underlying implementation gets an exception.
-
org.xmlpull.mxp1.MXParser.peek()
-
org.yaml.snakeyaml.reader.StreamReader.peek()
-
statechum.analysis.learning.rpnicore.LearnerGraph.peek()
-
weblogic.xml.stream.XMLInputStream.peek()
Check the next XMLEvent without reading it from the stream. Returns null if the stream is at EOF or has no more XMLEvents.
@see weblogic.xml.stream.XMLEvent
-
xbird.util.collections.ints.IntStack.peek()