public class FileNodeList extends Object implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFileNode>, com.aspose.ms.System.IEquatable<FileNodeList>
The file node list.
Constructor and Description |
---|
FileNodeList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<FileNodeListFragment> fragments)
Initializes a new instance of the
FileNodeList class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(FileNodeList other)
The equals.
|
boolean |
equals(Object obj)
The equals.
|
FileNodeListFragment |
get_Item(int index)
The this.
|
long |
getCount()
Gets the count.
|
com.aspose.ms.System.Collections.Generic.List<FileNodeListFragment> |
getFragments()
Gets the fragments.
|
int |
hashCode()
The get hash code.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
The get enumerator.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IFileNode> |
iterator()
The get enumerator.
|
String |
toString()
The to string.
|
forEach, spliterator
public FileNodeList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<FileNodeListFragment> fragments)
Initializes a new instance of the FileNodeList
class.
fragments
- The fragments.public com.aspose.ms.System.Collections.Generic.List<FileNodeListFragment> getFragments()
Gets the fragments.
public long getCount()
Gets the count.
public FileNodeListFragment get_Item(int index)
The this.
index
- The index.FileNodeListFragment
.public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
The get enumerator.
IEnumerator
.public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IFileNode> iterator()
The get enumerator.
public boolean equals(Object obj)
The equals.
equals
in interface com.aspose.ms.System.IEquatable<FileNodeList>
equals
in class Object
obj
- The obj.bool
.public boolean equals(FileNodeList other)
The equals.
other
- The other.bool
.public int hashCode()
The get hash code.
Copyright (c) 2016 Aspose. All Rights Reserved.