About 1,282,272 results (1,276 milliseconds)

Perform simple and compound queries in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/queries
Note: For Apple, Android, and Java, the comparison operator is explicitly named in the method. ... example landmarks collections to the cities collection.

Java Collections Framework

https://groups.google.com/group/bkqgroup/attach/d7b971e84311c133/jcf.pdf?part=0.1
Apr 7, 1999 ... To present the overall organization and examples of the use of the Java Collections. Framework so that. – Programmers will be able to start ...

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
In C++ the generated classes are wrapped inside a C++ namespace. For example, Open would be in the namespace foo::bar . In Java and Kotlin, the package is used ...

Protocol Buffer Basics: Java | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/javatutorial
This tutorial provides a basic Java programmer's introduction to working with protocol buffers. By walking through creating a simple example application, it ...

google/guava: Google core libraries for Java - GitHub

https://code.google.com/p/guava-libraries/
For example, guava.dev/ImmutableList! Learn about Guava. Our users' guide, Guava Explained · A nice collection of other helpful links. Links. GitHub project ...

Get started with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/quickstart
Your authenticated application servers (C#, Go, Java, Node.js, PHP ... Create a new collection and a document using the following example code. Web

Kotlin flows on Android | Android Developers

https://developers.home.google.com/apis/flows
Jul 12, 2024 ... Collecting from a flow · The coroutine that collects is cancelled, as shown in the previous example. This also stops the underlying producer.

Cloud Firestore Data model | Firebase

https://firebase.google.com/docs/firestore/data-model
Collections. Documents live in collections, which are simply containers for documents. For example, you could have a users collection ...

Map/Reduce using java driver

https://groups.google.com/g/mongodb-user/c/ejZn6idSFnY
You can do this with a simple function in Java: ... you one step closer to achieving your goal. This is the collection that I created to use as an example, stored ...

FlumeJava: Easy, Efficient Data-Parallel Pipelines

https://research.google.com/pubs/archive/35650.pdf
Jun 5, 2010 ... Parallel collections and their operations present a simple, high-level ... ids that ran a FlumeJava program (excluding canned tutorial pro-.

Get data with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/get-data
On this page · Before you begin · Initialize Cloud Firestore · Example data · Get a document. Source Options · Get multiple documents from a collection · List ...

UserGuideAdvanced · javamelody/javamelody Wiki · GitHub

https://code.google.com/archive/p/javamelody/wikis/UserGuideAdvanced.wiki
properties" for example. The user of the OS running the java process of the collect server must be allowed to read the file but without being allowed to write ...

Firebase | Google's Mobile and Web App Development Platform

https://firebase.google.com/
... code. Get Started. Make your app the best it can be with ... Java JavaScript. Dart Unity C++. let db = Firestore.firestore() // Write db.collection("users").

steve yegge - allocation-styles

https://sites.google.com/site/steveyegge2/allocation-styles
Java's collection-oriented programming makes it easier to solve day-to-day ... Logic programming is another example of very high-level programming ...

Android Basics with Compose course | Android Developers

https://codelabs.developers.google.com/codelabs/android-workmanager-kt/
Write simple Kotlin programs that display text output. Download and install ... codeUse collections in Kotlin. Codelab. codeHigher-order functions with ...

Collection | API reference | Android Developers

http://code.google.com/android/reference/java/util/Collection.html
... java.awt.font. Overview. Classes. NumericShaper · TextAttribute. Enums. NumericShaper.Range. java.beans. Overview. Interfaces. PropertyChangeListener. Classes.

Query a Firestore collection | Google Cloud

https://cloud.google.com/firestore/docs/samples/firestore-data-query
Perform simple and compound queries in Cloud Firestore · Query and filter data. Code sample. C# Go More. Java Node.js PHP Python Ruby. To authenticate to ...

Iterator Design Pattern in Java – Example Tutorial

http://feedproxy.google.com/~r/JavaCodeGeeks/~3/J3ZKid7JssA/iterator-design-pattern-in-java-example-tutorial.html
Aug 2, 2013 ... Iterator pattern hides the actual implementation of traversal through the collection and client programs just use iterator methods. Let's ...

Spark Connection Refused Exception

https://groups.google.com/g/spark-users/c/LQZYnh_FSBk
Program 1 : Simple program with a map and a collect. Works fine. > import ... > java.net.PlainSocketImpl.socketConnect(Native Method) at > java.net ...