Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:00 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:41 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedElement (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -257,7 +257,8 @@ implements <a href="../../../../../../.. <tr id="i6" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><? extends <a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -499,7 +500,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><? extends <a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">Element</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd>
Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:00 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:41 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedVertex (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -258,7 +258,8 @@ implements <a href="../../../../../../.. <tr id="i3" class="rowColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -553,7 +554,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">Element</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:00 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:41 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -288,7 +288,8 @@ implements <a href="../../../../../../.. <tr id="i6" class="altColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -559,7 +560,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">Element</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:48:54 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:36 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EmptyVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -223,7 +223,8 @@ implements <a href="../../../../../../.. <tr id="i6" class="altColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -505,7 +506,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">VertexProperty</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/keyed/KeyedVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/keyed/KeyedVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/keyed/KeyedVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/keyed/KeyedVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:09 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:47 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>KeyedVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -228,7 +228,8 @@ implements <a href="../../../../../../.. <tr id="i7" class="rowColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/keyed/KeyedVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i8" class="altColor"> @@ -501,7 +502,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">VertexProperty</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:09 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:48 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceEdge (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -228,7 +228,8 @@ implements <a href="../../../../../../.. <tr id="i2" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i3" class="rowColor"> @@ -428,7 +429,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">Edge</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:09 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:48 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceVertex (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -229,7 +229,8 @@ implements <a href="../../../../../../.. <tr id="i2" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i3" class="rowColor"> @@ -491,7 +492,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">Vertex</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:09 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:48 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -239,7 +239,8 @@ implements <a href="../../../../../../.. <tr id="i4" class="altColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -502,7 +503,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">VertexProperty</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:05 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:44 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarAdjacentVertex (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -213,7 +213,8 @@ implements <a href="../../../../../../.. <tr id="i7" class="rowColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i8" class="altColor"> @@ -500,7 +501,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">Vertex</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:05 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:44 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarEdge (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -206,7 +206,8 @@ implements <a href="../../../../../../.. <tr id="i0" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i1" class="rowColor"> @@ -325,7 +326,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">Edge</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:05 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:44 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarVertex (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -260,7 +260,8 @@ implements <a href="../../../../../../.. <tr id="i6" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -604,7 +605,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">Vertex</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:05 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:44 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -209,7 +209,8 @@ implements <a href="../../../../../../.. <tr id="i3" class="rowColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -390,7 +391,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">VertexProperty</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:48:55 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:37 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerEdge (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -249,7 +249,8 @@ implements <a href="../../../../../../or <tr id="i4" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -538,7 +539,8 @@ implements <a href="../../../../../../or <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">Edge</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:48:55 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:37 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerVertex (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -251,7 +251,8 @@ implements <a href="../../../../../../or <tr id="i4" class="altColor"> <td class="colFirst"><code><V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -587,7 +588,8 @@ implements <a href="../../../../../../or <h4>properties</h4> <pre>public <V> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">Vertex</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:48:55 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:37 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerVertexProperty (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -261,7 +261,8 @@ implements <a href="../../../../../../or <tr id="i6" class="altColor"> <td class="colFirst"><code><U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -594,7 +595,8 @@ implements <a href="../../../../../../or <h4>properties</h4> <pre>public <U> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">VertexProperty</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/class-use/Lambda.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/class-use/Lambda.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/class-use/Lambda.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/class-use/Lambda.html Tue Mar 12 18:05:28 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:12 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:50 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.tinkerpop.gremlin.util.function.Lambda (Apache TinkerPop 3.4.1-SNAPSHOT API)</title> -<meta name="date" content="2019-01-08"> +<meta name="date" content="2019-03-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -109,6 +109,20 @@ </a> <h3>Uses of <a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a> in <a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a></code></td> +<td class="colLast"><span class="typeNameLabel">LambdaSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/LambdaSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -116,9 +130,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">LambdaSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/LambdaSerializer.html#writeValue-org.apache.tinkerpop.gremlin.util.function.Lambda-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">LambdaSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/LambdaSerializer.html#writeValue-org.apache.tinkerpop.gremlin.util.function.Lambda-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../../org/apache/tinkerpop/gremlin/util/function/Lambda.html" title="interface in org.apache.tinkerpop.gremlin.util.function">Lambda</a> value, + ByteBuf buffer, <a href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody>
