diff --git a/docs/content/java/concepts/queue/terms/size/size.md b/docs/content/java/concepts/queue/terms/size/size.md new file mode 100644 index 00000000000..2353ea98466 --- /dev/null +++ b/docs/content/java/concepts/queue/terms/size/size.md @@ -0,0 +1,9 @@ +# size() + +The `size()` method returns the number of elements currently stored in a queue. It does not modify the queue or inspect the elements themselves, only reports how many are present. + +## Syntax + +```java +int size = queue.size(); + diff --git a/excursion/.DS_Store b/excursion/.DS_Store new file mode 100644 index 00000000000..6bad33ff8ec Binary files /dev/null and b/excursion/.DS_Store differ diff --git a/excursion/index.html b/excursion/index.html new file mode 100644 index 00000000000..3c044a1b955 --- /dev/null +++ b/excursion/index.html @@ -0,0 +1,16 @@ + + + + + + + Document + + + + +

Discover hidden places in the world around you

+ + + + diff --git a/excursion/resources/.DS_Store b/excursion/resources/.DS_Store new file mode 100644 index 00000000000..cfeb22d6f4a Binary files /dev/null and b/excursion/resources/.DS_Store differ diff --git a/excursion/resources/css/style.css b/excursion/resources/css/style.css new file mode 100644 index 00000000000..88909c0ea3b --- /dev/null +++ b/excursion/resources/css/style.css @@ -0,0 +1,37 @@ +body { + background-color: black; + text-align: center; +} + +h1 { + color: white; + font-family: Verdana, Arial, sans-serif; + font-weight: normal; + font-size: 50px; +} + +h2 { + color: white; + font-family: Verdana, Arial, sans-serif; + font-weight: 300; + font-size: 42px; +} + +.highlight { + color: gray; + font-size: 21px; + font-family: Verdana, Arial, sans-serif; + +} + +a { + color: aquamarine; + font-size: 18px; +} + +footer { + text-align: right; + color: gray; + font-family: Verdana, sans-serif; + font-size: 20px; +} \ No newline at end of file diff --git a/excursion/resources/photo/camp.jpg b/excursion/resources/photo/camp.jpg new file mode 100644 index 00000000000..1f401cfaa97 Binary files /dev/null and b/excursion/resources/photo/camp.jpg differ diff --git a/excursion/resources/photo/phone.png b/excursion/resources/photo/phone.png new file mode 100644 index 00000000000..9a3d366e24b Binary files /dev/null and b/excursion/resources/photo/phone.png differ diff --git a/excursion/resources/video/excursion.mp4 b/excursion/resources/video/excursion.mp4 new file mode 100644 index 00000000000..0b6ff2f2aca Binary files /dev/null and b/excursion/resources/video/excursion.mp4 differ diff --git a/index.html b/index.html new file mode 100644 index 00000000000..501b48392fe --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + + + + + + + Document + + + + +

Discover hidden places in the world around you

+ Download Excursion (Coming soon!) +

+ +

+

Your personal travel guide

+

Excursion remembers places you like, and recommends new points of interest around you.

+

+ Description of image +

+

+ Description of image +

+

Coming Soon for iPhone and Android

+ Download Excursion (Coming soon!) + + + + + + diff --git a/test.txt b/test.txt new file mode 100644 index 00000000000..afe7a207a72 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +adding text to test file