Return the number of sequences in this collection. */
| 71 | |
| 72 | /** Return the number of sequences in this collection. */ |
| 73 | size_t size() const { return m_data.size(); } |
| 74 | |
| 75 | // Not a network sequence collection. Nothing to do. |
| 76 | size_t pumpNetwork() { return 0; } |