Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:17 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:32 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedEdge (Apache TinkerPop 3.3.6-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="../../../../../../.. <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/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/DetachedEdge.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"> @@ -453,7 +454,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/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/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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:17 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:32 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedElement (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertex.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:17 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:32 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedVertex (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:17 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:32 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedVertexProperty (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:13 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:29 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EmptyVertexProperty (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:23 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:37 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.tinkerpop.gremlin.structure.util Class Hierarchy (Apache TinkerPop 3.3.6-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> @@ -133,8 +133,8 @@ </ul> <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> <ul> -<li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/GraphFactoryClass.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">GraphFactoryClass</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/FeatureDescriptor.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">FeatureDescriptor</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/GraphFactoryClass.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">GraphFactoryClass</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceEdge.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:21 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:36 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceEdge (Apache TinkerPop 3.3.6-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> @@ -222,7 +222,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"> @@ -410,7 +411,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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertex.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:21 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:36 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceVertex (Apache TinkerPop 3.3.6-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> @@ -225,7 +225,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"> @@ -477,7 +478,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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceVertexProperty.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:21 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:36 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReferenceVertexProperty (Apache TinkerPop 3.3.6-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> @@ -234,7 +234,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"> @@ -484,7 +485,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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarAdjacentVertex.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:19 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:34 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarAdjacentVertex (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarEdge.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:19 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:34 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarEdge (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertex.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:19 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:34 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarVertex (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.StarVertexProperty.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:19 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:34 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StarGraph.StarVertexProperty (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:14 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:29 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerEdge (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:14 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:30 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerVertex (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:14 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:30 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TinkerVertexProperty (Apache TinkerPop 3.3.6-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.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.TwoArgLambda.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.TwoArgLambda.html?rev=1855344&r1=1855343&r2=1855344&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.TwoArgLambda.html (original) +++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.TwoArgLambda.html Tue Mar 12 20:05:59 2019 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:19 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:34 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Lambda.TwoArgLambda (Apache TinkerPop 3.3.6-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> @@ -219,7 +219,7 @@ implements <a href="http://docs.oracle.c <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la ng/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-ex ternal=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.util.function.BiFunction">
