- Sort Score
- Num 10 results
- Language All
Results 1691 - 1700 of 2,062 for Instance (0.07 seconds)
-
guava/src/com/google/common/collect/Multimaps.java
* method returns instances of a different class than {@code factory.get()} does. * * <p>The multimap is serializable if {@code map}, {@code factory}, the sets generated by {@code * factory}, and the multimap contents are all serializable. * * <p>The multimap is not threadsafe when any concurrent operations update the multimap, even ifCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86.3K bytes - Click Count (0) -
CHANGELOG.md
* New: `Cookie.newBuilder()` to build upon an existing cookie. * New: Use TLSv1.3 when running on JDK 8u261 or newer. * New: `QueueDispatcher.clear()` may be used to reset a MockWebServer instance. * New: `FileDescriptor.toRequestBody()` may be particularly useful for users of Android's Storage Access Framework. * Upgrade: [Kotlin 1.5.31][kotlin_1_5_31]. * Upgrade: [Okio 3.0.0][okio_3_0_0].
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
docs/es/docs/python-types.md
{* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} Y luego, nuevamente, obtienes todo el soporte del editor: <img src="/img/python-types/image06.png"> Nota que esto significa "`one_person` es una **instance** de la clase `Person`". No significa "`one_person` es la **clase** llamada `Person`". ## Modelos Pydantic { #pydantic-models }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.6K bytes - Click Count (1) -
docs/es/docs/tutorial/security/get-current-user.md
¿Quieres tener un `id` y `email` y no tener un `username` en tu modelo? Claro. Puedes usar estas mismas herramientas. ¿Quieres solo tener un `str`? ¿O solo un `dict`? ¿O un instance de clase modelo de base de datos directamente? Todo funciona de la misma manera.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:41:41 GMT 2026 - 4.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ForwardingSortedMapTest.java
.createTestSuite()); suite.addTest( SortedMapTestSuiteBuilder.using( new TestStringSortedMapGenerator() { private final Comparator<String> comparator = NullsBeforeTwo.INSTANCE; @Override protected SortedMap<String, String> create(Entry<String, String>[] entries) { SortedMap<String, String> map = new SafeTreeMap<>(comparator);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 16 20:34:52 GMT 2025 - 7.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ForwardingSortedMapTest.java
.createTestSuite()); suite.addTest( SortedMapTestSuiteBuilder.using( new TestStringSortedMapGenerator() { private final Comparator<String> comparator = NullsBeforeTwo.INSTANCE; @Override protected SortedMap<String, String> create(Entry<String, String>[] entries) { SortedMap<String, String> map = new SafeTreeMap<>(comparator);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 16 20:34:52 GMT 2025 - 7.7K bytes - Click Count (0) -
docs/fr/docs/python-types.md
{* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} Et là encore, vous obtenez tout le support de l'éditeur : <img src="/img/python-types/image06.png"> Remarquez que cela signifie « `one_person` est une **instance** de la classe `Person` ». Cela ne signifie pas « `one_person` est la **classe** appelée `Person` ». ## Modèles Pydantic { #pydantic-models }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.7K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Iterators.java
* This is an enum singleton rather than an anonymous class so ProGuard can figure out it's only * referenced by emptyModifiableIterator(). */ private enum EmptyModifiableIterator implements Iterator<Object> { INSTANCE; @Override public boolean hasNext() { return false; } @Override public Object next() { throw new NoSuchElementException(); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 12:42:11 GMT 2025 - 51.4K bytes - Click Count (0) -
guava/src/com/google/common/collect/Iterators.java
* This is an enum singleton rather than an anonymous class so ProGuard can figure out it's only * referenced by emptyModifiableIterator(). */ private enum EmptyModifiableIterator implements Iterator<Object> { INSTANCE; @Override public boolean hasNext() { return false; } @Override public Object next() { throw new NoSuchElementException(); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 12:42:11 GMT 2025 - 51.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.21.md
### Exoscale - Add support for Exoscale ### GCE - Decrease the number of GCE Read Requests made while deleting nodes - Base pricing of custom instances on their instance family type - Add pricing information for missing machine types - Add pricing information for different GPU types - Ignore the new `topology.gke.io/zone` label when comparing groups
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Oct 14 07:03:14 GMT 2022 - 367.3K bytes - Click Count (0)