|
| 1 | +<!DOCTYPE HTML> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<!-- Generated by javadoc (21) --> |
| 5 | +<title>CollectionDataProvider (SpongeAPI 14.0.0-SNAPSHOT API)</title> |
| 6 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | +<meta name="description" content="declaration: package: org.spongepowered.api.data, interface: CollectionDataProvider"> |
| 9 | +<meta name="generator" content="javadoc/ClassWriterImpl"> |
| 10 | +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> |
| 11 | +<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style"> |
| 12 | +<script type="text/javascript" src="../../../../script.js"></script> |
| 13 | +<script type="text/javascript" src="../../../../script-dir/jquery-3.7.1.min.js"></script> |
| 14 | +<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script> |
| 15 | +</head> |
| 16 | +<body class="class-declaration-page"> |
| 17 | +<script type="text/javascript">var pathtoroot = "../../../../"; |
| 18 | +loadScripts(document, 'script');</script> |
| 19 | +<noscript> |
| 20 | +<div>JavaScript is disabled on your browser.</div> |
| 21 | +</noscript> |
| 22 | +<div class="flex-box"> |
| 23 | +<header role="banner" class="flex-header"> |
| 24 | +<nav role="navigation"> |
| 25 | +<!-- ========= START OF TOP NAVBAR ======= --> |
| 26 | +<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button> |
| 27 | +<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> |
| 28 | +<ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> |
| 29 | +<li><a href="../../../../index.html">Overview</a></li> |
| 30 | +<li><a href="package-summary.html">Package</a></li> |
| 31 | +<li class="nav-bar-cell1-rev">Class</li> |
| 32 | +<li><a href="package-tree.html">Tree</a></li> |
| 33 | +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> |
| 34 | +<li><a href="../../../../index-all.html">Index</a></li> |
| 35 | +<li><a href="../../../../help-doc.html#class">Help</a></li> |
| 36 | +</ul> |
| 37 | +<ul class="sub-nav-list-small"> |
| 38 | +<li> |
| 39 | +<p>Summary:</p> |
| 40 | +<ul> |
| 41 | +<li>Nested</li> |
| 42 | +<li>Field</li> |
| 43 | +<li>Constr</li> |
| 44 | +<li><a href="#method-summary">Method</a></li> |
| 45 | +</ul> |
| 46 | +</li> |
| 47 | +<li> |
| 48 | +<p>Detail:</p> |
| 49 | +<ul> |
| 50 | +<li>Field</li> |
| 51 | +<li>Constr</li> |
| 52 | +<li><a href="#method-detail">Method</a></li> |
| 53 | +</ul> |
| 54 | +</li> |
| 55 | +</ul> |
| 56 | +</div> |
| 57 | +<div class="sub-nav"> |
| 58 | +<div id="navbar-sub-list"> |
| 59 | +<ul class="sub-nav-list"> |
| 60 | +<li>Summary: </li> |
| 61 | +<li>Nested | </li> |
| 62 | +<li>Field | </li> |
| 63 | +<li>Constr | </li> |
| 64 | +<li><a href="#method-summary">Method</a></li> |
| 65 | +</ul> |
| 66 | +<ul class="sub-nav-list"> |
| 67 | +<li>Detail: </li> |
| 68 | +<li>Field | </li> |
| 69 | +<li>Constr | </li> |
| 70 | +<li><a href="#method-detail">Method</a></li> |
| 71 | +</ul> |
| 72 | +</div> |
| 73 | +<div class="nav-list-search"><a href="../../../../search.html">SEARCH</a> |
| 74 | +<input type="text" id="search-input" disabled placeholder="Search"> |
| 75 | +<input type="reset" id="reset-button" disabled value="reset"> |
| 76 | +</div> |
| 77 | +</div> |
| 78 | +<!-- ========= END OF TOP NAVBAR ========= --> |
| 79 | +<span class="skip-nav" id="skip-navbar-top"></span></nav> |
| 80 | +</header> |
| 81 | +<div class="flex-content"> |
| 82 | +<main role="main"> |
| 83 | +<!-- ======== START OF CLASS DATA ======== --> |
| 84 | +<div class="header"> |
| 85 | +<div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.spongepowered.api.data</a></div> |
| 86 | +<h1 title="Interface CollectionDataProvider" class="title">Interface CollectionDataProvider<E,<wbr>V extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><E>,<wbr>C extends <a href="value/CollectionValue.html" title="interface in org.spongepowered.api.data.value">CollectionValue</a><E,<wbr>V>></h1> |
| 87 | +</div> |
| 88 | +<section class="class-description" id="class-description"> |
| 89 | +<dl class="notes"> |
| 90 | +<dt>All Superinterfaces:</dt> |
| 91 | +<dd><code><a href="DataProvider.html" title="interface in org.spongepowered.api.data">DataProvider</a><C,<wbr>V></code></dd> |
| 92 | +</dl> |
| 93 | +<hr> |
| 94 | +<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">CollectionDataProvider<E,<wbr>V extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><E>,<wbr>C extends <a href="value/CollectionValue.html" title="interface in org.spongepowered.api.data.value">CollectionValue</a><E,<wbr>V>></span><span class="extends-implements"> |
| 95 | +extends <a href="DataProvider.html" title="interface in org.spongepowered.api.data">DataProvider</a><C,<wbr>V></span></div> |
| 96 | +</section> |
| 97 | +<section class="summary"> |
| 98 | +<ul class="summary-list"> |
| 99 | +<!-- ========== METHOD SUMMARY =========== --> |
| 100 | +<li> |
| 101 | +<section class="method-summary" id="method-summary"> |
| 102 | +<h2>Method Summary</h2> |
| 103 | +<div id="method-summary-table"> |
| 104 | +<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div> |
| 105 | +<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> |
| 106 | +<div class="summary-table three-column-summary"> |
| 107 | +<div class="table-header col-first">Modifier and Type</div> |
| 108 | +<div class="table-header col-second">Method</div> |
| 109 | +<div class="table-header col-last">Description</div> |
| 110 | +<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DataTransactionResult.html" title="class in org.spongepowered.api.data">DataTransactionResult</a></code></div> |
| 111 | +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#offerSingle(org.spongepowered.api.data.DataHolder.Mutable,E)" class="member-name-link">offerSingle</a><wbr>(<a href="DataHolder.Mutable.html" title="interface in org.spongepowered.api.data">DataHolder.Mutable</a> dataHolder, |
| 112 | + <a href="CollectionDataProvider.html" title="type parameter in CollectionDataProvider">E</a> element)</code></div> |
| 113 | +<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> </div> |
| 114 | +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DataTransactionResult.html" title="class in org.spongepowered.api.data">DataTransactionResult</a></code></div> |
| 115 | +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#removeSingle(org.spongepowered.api.data.DataHolder.Mutable,E)" class="member-name-link">removeSingle</a><wbr>(<a href="DataHolder.Mutable.html" title="interface in org.spongepowered.api.data">DataHolder.Mutable</a> dataHolder, |
| 116 | + <a href="CollectionDataProvider.html" title="type parameter in CollectionDataProvider">E</a> element)</code></div> |
| 117 | +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> </div> |
| 118 | +</div> |
| 119 | +</div> |
| 120 | +</div> |
| 121 | +<div class="inherited-list"> |
| 122 | +<h3 id="methods-inherited-from-class-org.spongepowered.api.data.DataProvider">Methods inherited from interface org.spongepowered.api.data.<a href="DataProvider.html" title="interface in org.spongepowered.api.data">DataProvider</a></h3> |
| 123 | +<code><a href="DataProvider.html#allowsAsynchronousAccess(org.spongepowered.api.data.DataHolder)">allowsAsynchronousAccess</a>, <a href="DataProvider.html#get(org.spongepowered.api.data.DataHolder)">get</a>, <a href="DataProvider.html#isSupported(io.leangen.geantyref.TypeToken)">isSupported</a>, <a href="DataProvider.html#isSupported(java.lang.reflect.Type)">isSupported</a>, <a href="DataProvider.html#isSupported(org.spongepowered.api.data.DataHolder)">isSupported</a>, <a href="DataProvider.html#key()">key</a>, <a href="DataProvider.html#offer(org.spongepowered.api.data.DataHolder.Mutable,E)">offer</a>, <a href="DataProvider.html#offerValue(org.spongepowered.api.data.DataHolder.Mutable,V)">offerValue</a>, <a href="DataProvider.html#remove(org.spongepowered.api.data.DataHolder.Mutable)">remove</a>, <a href="DataProvider.html#value(org.spongepowered.api.data.DataHolder)">value</a>, <a href="DataProvider.html#with(I,E)">with</a>, <a href="DataProvider.html#without(I)">without</a>, <a href="DataProvider.html#withValue(I,V)">withValue</a></code></div> |
| 124 | +</section> |
| 125 | +</li> |
| 126 | +</ul> |
| 127 | +</section> |
| 128 | +<section class="details"> |
| 129 | +<ul class="details-list"> |
| 130 | +<!-- ============ METHOD DETAIL ========== --> |
| 131 | +<li> |
| 132 | +<section class="method-details" id="method-detail"> |
| 133 | +<h2>Method Details</h2> |
| 134 | +<ul class="member-list"> |
| 135 | +<li> |
| 136 | +<section class="detail" id="offerSingle(org.spongepowered.api.data.DataHolder.Mutable,E)"> |
| 137 | +<h3 id="offerSingle(org.spongepowered.api.data.DataHolder.Mutable,java.lang.Object)">offerSingle</h3> |
| 138 | +<div class="member-signature"><span class="return-type"><a href="DataTransactionResult.html" title="class in org.spongepowered.api.data">DataTransactionResult</a></span> <span class="element-name">offerSingle</span><wbr><span class="parameters">(<a href="DataHolder.Mutable.html" title="interface in org.spongepowered.api.data">DataHolder.Mutable</a> dataHolder, |
| 139 | + <a href="CollectionDataProvider.html" title="type parameter in CollectionDataProvider">E</a> element)</span></div> |
| 140 | +</section> |
| 141 | +</li> |
| 142 | +<li> |
| 143 | +<section class="detail" id="removeSingle(org.spongepowered.api.data.DataHolder.Mutable,E)"> |
| 144 | +<h3 id="removeSingle(org.spongepowered.api.data.DataHolder.Mutable,java.lang.Object)">removeSingle</h3> |
| 145 | +<div class="member-signature"><span class="return-type"><a href="DataTransactionResult.html" title="class in org.spongepowered.api.data">DataTransactionResult</a></span> <span class="element-name">removeSingle</span><wbr><span class="parameters">(<a href="DataHolder.Mutable.html" title="interface in org.spongepowered.api.data">DataHolder.Mutable</a> dataHolder, |
| 146 | + <a href="CollectionDataProvider.html" title="type parameter in CollectionDataProvider">E</a> element)</span></div> |
| 147 | +</section> |
| 148 | +</li> |
| 149 | +</ul> |
| 150 | +</section> |
| 151 | +</li> |
| 152 | +</ul> |
| 153 | +</section> |
| 154 | +<!-- ========= END OF CLASS DATA ========= --> |
| 155 | +</main> |
| 156 | +</div> |
| 157 | +</div> |
| 158 | +</body> |
| 159 | +</html> |
0 commit comments