ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,987 results

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we ...

2:13
Lists Initialization

86 views

3 years ago

Otavio Santana
Creating your custom statistic structure with Stream API

Stream API is an efficient way to interact with any data structure in Java, such as any Collection implementation. These features ...

16:34
Creating your custom statistic structure with Stream API

326 views

3 years ago

J David Eisenberg
Chapter 13: The ArrayList class

ArrayLists let you store an arbitrary number of items, unlike Arrays, which have a fixed length. Here are some of the most-used ...

8:00
Chapter 13: The ArrayList class

167 views

4 years ago

Adam Gaweda, Dr. Sensei
Inserting and Removing from a Skip List

The first thing I need to do is find where in my skip-list to insert it. We know, yes, it magically is here, but we still have to kind of treat ...

7:08
Inserting and Removing from a Skip List

40,064 views

8 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.14.1 - ArrayLists

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

2:17
[Intro to App Design] 1.14.1 - ArrayLists

113 views

10 years ago

Datastrato
Using the Gravitino Java API

Discover how the Java API for Apache Graviton provides developers with full programmatic control over metalakes and catalogs.

2:51
Using the Gravitino Java API

26 views

2 months ago

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

3 years ago

Alex Demko
No More Manual Test Lists? Thanks, nose2! 🙌

Not sure which testing tool to use in your project? In this video, I break down the best automated testing tools for the most ...

0:04
No More Manual Test Lists? Thanks, nose2! 🙌

86 views

6 months ago

TU Delft Learning for Life
Software Testing in Java - Mockito

Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.

4:34
Software Testing in Java - Mockito

7,952 views

7 years ago

J David Eisenberg
Chapter 15: Ragged Arrays

In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.

2:57
Chapter 15: Ragged Arrays

1,698 views

4 years ago

parlough
Dart Burst - Creating a List With Initial Items

In this edition of Dart Burst, I walk through how to create a list initially filled with some items, also potentially including from another ...

1:51
Dart Burst - Creating a List With Initial Items

28 views

4 years ago

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,112 views

3 years ago

Meri (Engel) Kasprak - programming videos
Java Parallel Arrays Sample

Working with parallel arrays in java.

2:16
Java Parallel Arrays Sample

5,700 views

8 years ago

Last Mile Developer
Apache Lucene Open-Source Search Library Overview for beginners

https://learningwithai.rougeneuron.in Deep Dive: Apache Lucene - The Secret Behind Fast Searches! Disclaimer: The audio ...

13:10
Apache Lucene Open-Source Search Library Overview for beginners

923 views

10 months ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,033 views

7 years ago

J David Eisenberg
Chapter 13: ArrayList (part 2)

Converting Arrays to ArrayLists, and the remove(), contains(),indexOf(), and lastIndexOf() methods.

6:57
Chapter 13: ArrayList (part 2)

85 views

4 years ago

Stimulsoft
Embeddable interactive dashboards. Horizontal List Box in dashboards [2021]

businessintelligence #dashboard #listbox #dataanalytics This video demonstrates how to: 1. Add horizontal list box on the ...

1:28
Embeddable interactive dashboards. Horizontal List Box in dashboards [2021]

393 views

4 years ago

Stimulsoft
Dependent List Variables in Reports and Dashboards (2021.3)

In the release 2021.3, we have expanded the capabilities of variables of the List type. We have added the ability to create ...

1:41
Dependent List Variables in Reports and Dashboards (2021.3)

1,879 views

4 years ago

Adam Gaweda, Dr. Sensei
Skip List Exercises

- [Narrator] So here's an implementation of skip list that is a little bit more robust. Let's say for example that I wanted to do a lookup, ...

4:05
Skip List Exercises

3,413 views

8 years ago

Adam Gaweda, Dr. Sensei
Interpolation Search Using Skip Lists

The idea is that if I had some list, in our case, we'll use an array, just to kind of view this list, if I wanted to do a lookup of nine, you ...

15:59
Interpolation Search Using Skip Lists

822 views

8 years ago