forked from pabulaner/vivi
Update
This commit is contained in:
parent
c9af65ef6d
commit
e868e84463
1
list/.idea/vcs.xml
generated
1
list/.idea/vcs.xml
generated
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@ -32,8 +32,8 @@ public class Main {
|
||||
list.remove(3);
|
||||
|
||||
// set the element at the specified index
|
||||
list.set(1, 43);
|
||||
list.set(0, 8);
|
||||
list.set(1, (byte) 43);
|
||||
list.set(0, (byte) 8);
|
||||
|
||||
// get the element at the specified index
|
||||
list.get(2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user