-
booton.translator.annotation.PrimitiveMarker.longValue()
-
br.com.objectos.comuns.base.br.Cnpj.longValue()
-
br.com.objectos.way.base.br.Cnpj.longValue()
-
br.com.objectos.way.boleto.NossoNumero.longValue()
-
br.com.objectos.way.boleto.NumeroBancario.longValue()
-
com.alibaba.fastjson.parser.JSONLexer.longValue()
-
com.alibaba.fastjson.parser.JSONScanner.longValue()
-
com.dtrules.interpreter.IRObject.longValue()
Return a long representation of this object. A Rules Exception will be thrown if no such representation exists.
@return
@throws RulesException
-
com.ericsson.otp.erlang.OtpErlangByte.longValue()
-
com.ericsson.otp.erlang.OtpErlangChar.longValue()
-
com.ericsson.otp.erlang.OtpErlangInt.longValue()
-
com.ericsson.otp.erlang.OtpErlangLong.longValue()
Get this number as a long, or rather truncate all but the least significant 64 bits from the 2's complement representation of this number and return them as a long.
@return the value of this number, as a long.
-
com.esri.sde.sdk.client.SeObjectId.longValue()
-
com.fasterxml.jackson.databind.JsonNode.longValue()
Returns 64-bit long value for this node, if and only if this node is numeric ( {@link #isNumber} returns true). For othertypes returns 0. For floating-point numbers, value is truncated using default Java coercion, similar to how cast from double to long operates.
@return Long value this node contains, if any; 0 for non-numbernodes.
-
com.google.gwt.dev.javac.typemodel.test.TestAnnotation.longValue()
-
com.ibm.icu.math.BigDecimal.longValue()
Converts this BigDecimal
to a long
. If the BigDecimal
has a non-zero decimal part it is discarded. If the BigDecimal
is out of the possible range for a long
(64-bit signed integer) result then only the low-order 64 bits are used. (That is, the number may be decapitated.) To avoid unexpected errors when these conditions occur, use the {@link #longValueExact} method.
@return A long
converted from this
,truncated and decapitated if necessary.
@stable ICU 2.0
-
com.sun.jmx.snmp.SnmpOid.longValue()
Returns a copy of the components array of this SnmpOid
.
@return The copy of the components array.
-
com.sun.jna.NativeLong.longValue()
-
com.sun.messaging.jmq.jmsserver.core.ConsumerUID.longValue()
-
com.sun.messaging.jmq.jmsserver.core.ProducerUID.longValue()
-
com.sun.messaging.jmq.jmsserver.data.TransactionUID.longValue()
-
com.sun.messaging.jmq.jmsserver.service.ConnectionUID.longValue()
-
com.sun.messaging.jmq.util.UID.longValue()
Return the identifier as a long
-
edu.uci.ics.hyracks.data.std.primitive.DoublePointable.longValue()
-
edu.uci.ics.hyracks.data.std.primitive.LongPointable.longValue()
-
erjang.EInteger.longValue()
@return
-
flexjson.JsonNumber.longValue()
-
java.lang.Number.longValue()
Returns the value of the specified number as a long
. This may involve rounding or truncation.
@return the numeric value represented by this object after conversionto type long
.
-
java.math.BigDecimal.longValue()
sun.com/docs/books/jls/second_edition/html/conversions.doc.html#25363">
narrowing primitive conversion from {@code double} to{@code short} as defined in the
Java Language Specification: any fractional part of this {@code BigDecimal} will be discarded, and if the resulting" {@code BigInteger}" is too big to fit in a {@code long}, only the low-order 64 bits are returned. Note that this conversion can lose information about the overall magnitude and precision of this {@code BigDecimal} value as wellas return a result with the opposite sign.
@return this {@code BigDecimal} converted to a {@code long}.
-
java.math.BigInteger.longValue()
sun.com/docs/books/jls/second_edition/html/conversions.doc.html#25363">
narrowing primitive conversion from {@code long} to{@code int} as defined in the
Java Language Specification: if this BigInteger is too big to fit in a {@code long}, only the low-order 64 bits are returned. Note that this conversion can lose information about the overall magnitude of the BigInteger value as well as return a result with the opposite sign.
@return this BigInteger converted to a {@code long}.
-
java.util.Date.longValue()
-
java.util.concurrent.atomic.AtomicInteger.longValue()
-
java.util.concurrent.atomic.AtomicLong.longValue()
-
javax.json.JsonNumber.longValue()
-
jcmdline.LongParam.longValue()
Gets the value of the LongParam as in int. If the LongParam is multi-valued, only the first value is returned.
@return the value as an int
@throws RuntimeException if the value of the LongParamhas not been set.
@see Parameter#isSet()
-
jnr.constants.Constant.longValue()
-
jnr.ffi.byref.NumberByReference.longValue()
-
jodd.mutable.MutableLong.longValue()
Returns the value as a long.
-
krati.io.serializer.LongSerializer.longValue()
-
macromedia.asc.util.Decimal128.longValue()
-
net.fortytwo.ripple.model.NumericValue.longValue()
-
net.sf.saxon.value.NumericValue.longValue()
Return the numeric value as a Java long.
@exception net.sf.saxon.trans.XPathException if the value cannot be converted
@return the numeric value as a Java long. This performs truncationtowards zero.
-
org.apache.axis.types.NonNegativeInteger.longValue()
-
org.apache.axis.types.PositiveInteger.longValue()
-
org.apache.commons.lang.mutable.MutableLong.longValue()
Returns the value of this MutableLong as a long.
@return the numeric value represented by this object after conversion to type long.
-
org.apache.commons.lang3.mutable.MutableLong.longValue()
Returns the value of this MutableLong as a long.
@return the numeric value represented by this object after conversion to type long.
-
org.apache.commons.weaver.test.beans.ComplexAnnotations.NestAnnotation.longValue()
-
org.apache.commons.weaver.test.beans.ComplexAnnotations.TestAnnotation.longValue()
-
org.apache.hadoop.hive.common.type.HiveDecimal.longValue()
-
org.apache.isis.applib.value.TimeStamp.longValue()
-
org.apache.jetspeed.util.JetspeedObjectID.longValue()
-
org.apache.pdfbox.cos.COSNumber.longValue()
This will get the long value of this number.
@return The long value of this number.
-
org.apache.qpid.amqp_1_0.type.UnsignedInteger.longValue()
-
org.apache.vxquery.datamodel.accessors.atomic.XSDecimalPointable.longValue()
-
org.aspectj.org.eclipse.jdt.internal.compiler.impl.Constant.longValue()
-
org.eclipse.jdt.internal.compiler.impl.Constant.longValue()
-
org.elasticsearch.common.xcontent.XContentParser.longValue()
-
org.ethereum.vm.DataWord.longValue()
Converts this DataWord to a long, checking for lost information. If this DataWord is out of the possible range for a long result then an ArithmeticException is thrown.
@return this DataWord converted to a long.
@throws ArithmeticException - if this will not fit in a long.
-
org.gdbms.engine.values.NumericValue.longValue()
DOCUMENT ME!
@return DOCUMENT ME!
-
org.jamesii.core.math.complex.Complex.longValue()
-
org.jboss.resteasy.core.request.QualityValue.longValue()
-
org.jscience.mathematics.number.LargeInteger.longValue()
-
org.neo4j.batchimport.utils.Params.longValue()
-
org.openrdf.model.Literal.longValue()
Returns the long value of this literal.
@return The long value of the literal.
@throws NumberFormatException If the literal's label cannot be represented by to a long .
-
org.pdf4j.saxon.value.NumericValue.longValue()
Return the numeric value as a Java long.
@exception org.pdf4j.saxon.trans.XPathException if the value cannot be converted
@return the numeric value as a Java long. This performs truncationtowards zero.
-
org.robovm.apple.foundation.NSNumber.longValue()
-
org.robovm.cocoatouch.foundation.NSNumber.longValue()
-
org.rococoa.ID.longValue()
-
org.rococoa.cocoa.foundation.NSNumber.longValue()
-
org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library.HRESULT.longValue()
-
org.voltdb.client.exampleutils.AppHelper.longValue()
Retrieves the value of an argument as a long.
@param name the (case-sensitive) name of the argument to retrieve.
@return the value of the argument cast as a long. Will terminate the application if a required argument is found missing or the casting call fails, printing out detailed usage.
-
ptolemy.data.LongToken.longValue()
Return the value in the token as a long.
-
se.llbit.nbt.AnyTag.longValue()
-
tcg.scada.cos.CosDpValueUnion.longValue()
-
wyautl.util.BigRational.longValue()
Get a long representation of this rational. It is strongly recommended against using this method, since in most cases it will be very imprecise.