public class NBootRepositoryLocationList extends Object
| Constructor and Description |
|---|
NBootRepositoryLocationList() |
NBootRepositoryLocationList(NBootRepositoryLocation[] all) |
| Modifier and Type | Method and Description |
|---|---|
NBootRepositoryLocationList |
add(NBootRepositoryLocation a) |
NBootRepositoryLocationList |
addAll(NBootRepositoryLocation[] all) |
NBootRepositoryLocationList |
clear() |
boolean |
containsName(String name) |
boolean |
containsSelection(NBootRepositoryLocation s) |
boolean |
containsURL(String url) |
int |
indexOf(NBootRepositoryLocation other,
int offset) |
int |
indexOfName(String name,
int offset) |
int |
indexOfNames(String[] names,
int offset) |
int |
indexOfURL(String url,
int offset) |
NBootRepositoryLocation |
removeAt(int i) |
NBootRepositoryLocation[] |
toArray() |
public NBootRepositoryLocationList(NBootRepositoryLocation[] all)
public NBootRepositoryLocationList()
public NBootRepositoryLocation[] toArray()
public boolean containsName(String name)
public boolean containsURL(String url)
public boolean containsSelection(NBootRepositoryLocation s)
public int indexOfName(String name, int offset)
public int indexOfNames(String[] names, int offset)
public int indexOfURL(String url, int offset)
public int indexOf(NBootRepositoryLocation other, int offset)
public NBootRepositoryLocationList addAll(NBootRepositoryLocation[] all)
public NBootRepositoryLocationList add(NBootRepositoryLocation a)
public NBootRepositoryLocation removeAt(int i)
public NBootRepositoryLocationList clear()
Copyright © 2025 vpc open source initiative. All rights reserved.